hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Sat Jul 7 03:01:09 PDT 2007


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

New commits:
diff-tree 0fefde9d6fc57f27ebb076d49be66fa8b24c5186 (from 852987a6ebdbb5fd39ded75c3ccc7ab09c83856a)
Author: Nigel Cunningham <nigel at nigel.suspend2.net>
Date:   Sat Jul 7 10:58:52 2007 +0100

    add quirk for mitac 8350
    
    Here's a patch for my Mitac 8350 based laptop. Unfortunately, they don't provide much info that can be used to identify it.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
index 4ed56cb..8421755 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -96,4 +96,17 @@
     </match>
   </device>
 
+  <device>
+    <match key="system.hardware.vendor" string="MiTAC">
+      <!-- Mitac 8350
+       system.hardware.product = ''  (string)
+       system.hardware.serial = ''  (string)
+       system.hardware.uuid = '64DBBBB4-5631-DA11-8000-4E45435F4349'  (string)
+       system.hardware.vendor = 'MiTAC'  (string)
+       system.hardware.version = '5a'  (string)
+       -->
+        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+        <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
+      </match>
+  </device>
 </deviceinfo>


More information about the hal-commit mailing list