hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Thu Jul 16 02:30:05 PDT 2009


 fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 3ece560368c54ffab4f639baf99c06069b26dfe4
Author: Németh Márton <nm127 at freemail.hu>
Date:   Thu Jul 16 11:29:49 2009 +0200

    suspend quirk for Clevo D401J laptop
    
    As reported on hal ML.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
index 4f5aef2..4f08a94 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -309,6 +309,20 @@
   </device>
 
   <device>
+    <!-- Clevo D410J laptop reports hardware vendor "VIA", product "K8N800" and version "VT8204B" -->
+    <match key="system.hardware.vendor" string="VIA">
+      <match key="system.hardware.product" string="K8N800">
+        <match key="system.hardware.version" string="VT8204B">
+          <match key="system.firmware.version" string="4.06CJ15">
+            <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+            <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
+          </match>
+        </match>
+      </match>
+    </match>
+  </device>
+
+  <device>
     <match key="system.hardware.vendor" string="ECS">
       <match key="system.hardware.product" string="536">
         <merge key="power_management.quirk.vbe_post" type="bool">true</merge>


More information about the hal-commit mailing list