hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Jan 17 06:43:59 PST 2008


 fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f49a05ab56a589873932521ca2aa5f8f4123cf3c
Author: Ben Liblit <liblit at cs.wisc.edu>
Date:   Thu Jan 17 15:43:50 2008 +0100

    suspend video quirk for ThinkPad X61
    
    My ThinkPad X61 leaves the backlight off after resuming from suspend.
    The S3 BIOS quirk reliably fixes the problem.  Please apply the attached
    patch.
    
    My complete system.hardware.product is "7673CTO", but existing rules
    match only the prefix digits, so I've retained that style in the patch.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 7ab9651..c837c3f 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -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;7673;7675,7732">
         <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
       </match>
       <match key="system.hardware.product" prefix="63664DU">


More information about the hal-commit mailing list