Your message dated Thu, 28 Feb 2008 07:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#462012: fixed in hal-info 20080215-1 has caused the Debian Bug report #462012, regarding Typo leads to missing s3_bios quirk for Lenovo X61, R61i to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 462012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462012 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: hal-info Version: 20071212-2 Severity: normal Tags: patch Hi, The file /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi contains: <!-- X61* Tablet, R61i (7732) --> <match key="system.hardware.product" prefix_outof="7669;7764;7675,7732"> <merge key="power_management.quirk.s3_bios" type="bool">true</merge> </match> The misplaced comma in prefix_outof means that neither 7675 nor 7732 is matched. Attached is a patch to fix it. For others hitting this problem, an easy fix is to create a file /etc/hal/fdi/information/fix-quirk.fdi containing the correct entry: <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="system.hardware.vendor" string="LENOVO"> <match key="system.hardware.product" prefix_outof="7669;7764;7675;7732"> <merge key="power_management.quirk.s3_bios" type="bool">true</merge> </match> </match> </device> </deviceinfo> -jim -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-rc8 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- no debconf informationdiff -purN hal-info-orig/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi hal-info-20071212/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi --- hal-info-orig/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi 2008-01-21 17:27:37.000000000 -0500 +++ hal-info-20071212/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi 2008-01-21 17:27:53.000000000 -0500 @@ -10,7 +10,7 @@ <merge key="power_management.quirk.s3_mode" type="bool">true</merge> </match> <!-- X61* Tablet, R61i (7732) --> - <match key="system.hardware.product" prefix_outof="7669;7764;7675,7732"> + <match key="system.hardware.product" prefix_outof="7669;7764;7675;7732"> <merge key="power_management.quirk.s3_bios" type="bool">true</merge> </match> <match key="system.hardware.product" prefix="63664DU">
--- End Message ---
--- Begin Message ---Source: hal-info Source-Version: 20080215-1 We believe that the bug you reported is fixed in the latest version of hal-info, which is due to be installed in the Debian FTP archive: hal-info_20080215-1.diff.gz to pool/main/h/hal-info/hal-info_20080215-1.diff.gz hal-info_20080215-1.dsc to pool/main/h/hal-info/hal-info_20080215-1.dsc hal-info_20080215-1_all.deb to pool/main/h/hal-info/hal-info_20080215-1_all.deb hal-info_20080215.orig.tar.gz to pool/main/h/hal-info/hal-info_20080215.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Biebl <[EMAIL PROTECTED]> (supplier of updated hal-info package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 28 Feb 2008 08:24:59 +0100 Source: hal-info Binary: hal-info Architecture: source all Version: 20080215-1 Distribution: unstable Urgency: low Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]> Changed-By: Michael Biebl <[EMAIL PROTECTED]> Description: hal-info - Hardware Abstraction Layer - fdi files Closes: 462012 Changes: hal-info (20080215-1) unstable; urgency=low . * New upstream release. - Fixes a typo in 20-video-quirk-pm-lenovo.fdi. (Closes: #462012) * debian/patches/00_disable_mpio_hd300_detection.patch - Removed, merged upstream. * debian/control - Bump Standards-Version to 3.7.3. No further changes required. Files: 824fd8ae81517edeb4a9f0e0b096a438 897 admin optional hal-info_20080215-1.dsc 1bbd1c30ce804ec41900a2b8b82a43f1 175666 admin optional hal-info_20080215.orig.tar.gz a5e147b6b747d68c24d85a26a151bb51 6634 admin optional hal-info_20080215-1.diff.gz d6174604f5181a4c20788ddca629396d 90168 admin optional hal-info_20080215-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHxmS0h7PER70FhVQRAsL1AJ9JWg2ac4kFxQvtWNKC42KDnaqcLwCfXyxb hrYEnRw8SBbgG9D02XJs6RY= =Rug5 -----END PGP SIGNATURE-----
--- End Message ---

