hal: Branch 'master' - 2 commits

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Jan 17 05:47:06 PST 2008


 fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi |    2 +-
 fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi   |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit a9e8a544da78e9c0bb9cdab3e7e4f76ce6e90c14
Author: Francisco Neto <frc_neto at yahoo.com.br>
Date:   Thu Jan 17 14:44:54 2008 +0100

    added CLEVO M5X0JE suspend quirks
    
    Command used in the testings (in the X and in the console mode):
    pm-suspend --quirk-s3-bios

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
index 02a26f3..3639c8b 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -216,6 +216,9 @@
         <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
         <merge key="power_management.quirk.no_fb" type="bool">true</merge>
       </match>
+      <match key="system.hardware.product" string="M5X0JE">
+        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+      </match>
     </match>
   </device>
 
commit 628b6c1941f3834e2ae846aae16b08a71a0b9056
Author: Jarod Wilson <jarod at wilsonet.com>
Date:   Thu Jan 17 14:42:11 2008 +0100

    Quirk addition for new T61 model 6465CTO
    
    Just got a new Lenovo ThinkPad T61, model 6465CTO. To get the display back
    after suspending w/o fiddling, just added 6465 next to 6464 and everything is
    peachy. git diff attached.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 9fddd53..7ab9651 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -47,7 +47,7 @@
       </match>
       <!-- T61 (8895), intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE 
 	   T61p (6460), does not work with the NVidia driver-->
-      <match key="system.hardware.product" prefix_outof="8895;6460;6464">
+      <match key="system.hardware.product" prefix_outof="8895;6460;6464;6465">
 	<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
 	<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
       </match>


More information about the hal-commit mailing list