hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Tue Jun 5 03:45:08 PDT 2007


 fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree dd2df012362d608e50b52dee5cf9f6e4903bc229 (from 86b8417a8757a0d679c75bde7b8082a8cddaef86)
Author: Matthias Saou <thias at freshrpms.net>
Date:   Tue Jun 5 11:45:46 2007 +0100

    apply quirk for Dell Latitude X1
    
    Here is the small change required to get my Dell Latitude X1 laptop to
    resume properly from S3 on Fedora 7. Without this quirk, the screen
    stays off. With, it resumes fine. Tested for the last couple of days.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
index 62a033d..6245568 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
@@ -38,6 +38,9 @@
           <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
           <merge key="power_management.quirk.no_fb" type="bool">true</merge>
         </match>
+        <match key="system.hardware.product" suffix="X1">
+          <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+        </match>
       </match>
       <match key="system.hardware.product" prefix="Inspiron">
         <match key="system.hardware.product" contains="5150">


More information about the hal-commit mailing list