hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Wed Oct 1 05:15:19 PDT 2008


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

New commits:
commit 08c9ea4ace0495f4df98257c55366539ef2e6750
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Wed Oct 1 14:14:09 2008 +0200

    updated Lenovo suspend quirks with s2ram whitelist entries from -r1.132
    
    Updated Lenovo suspend quirks with s2ram whitelist entries from -r1.132.
    New:
    - 3000 C100
    - 2 x 3000 N200
    - ThinkCentre M57p (6088*, intel gfx)

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 4ff0e14..913298e 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -5,7 +5,8 @@
     <!-- ThinkPads -->
 
       <!-- X60 / X60s / T61 / T61p / R61 / R61s / X61(s/Tablet) / X300 -->
-      <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;2478;2479;4108;4141;4143;6363;6364;6365;6378;6379;6480;6458;6463;6464;6465;6466;6467;6468;6471;6476;6477;6478;7642;7643;7644;7645;7646;7647;7648;7649;7650;7657;7658;7659;7660;7661;7666;7667;7668;7732;7733;7734;7735;7736;7737;7738;7762;7763;7764;7767;7768;7669;7670;7671;7673;7674;7675;7676;7678;7679;8895;8896;8897;8898;8899;8900;8919;8930;8932;8933;8934;8935;8936;8937;8938;8939;8942;8943;8944;8945;8946;8947;8948;9452">
+      <!-- NOTE: there is a report that 6458 needs vbe_post/vbemode_restore -->
+      <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;2478;2479;4108;4141;4143;6088;6363;6364;6365;6378;6379;6480;6458;6463;6464;6465;6466;6467;6468;6471;6476;6477;6478;7642;7643;7644;7645;7646;7647;7648;7649;7650;7657;7658;7659;7660;7661;7666;7667;7668;7732;7733;7734;7735;7736;7737;7738;7762;7763;7764;7767;7768;7669;7670;7671;7673;7674;7675;7676;7678;7679;8895;8896;8897;8898;8899;8900;8919;8930;8932;8933;8934;8935;8936;8937;8938;8939;8942;8943;8944;8945;8946;8947;8948;9452">
         <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
         <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
       </match>
@@ -54,6 +55,11 @@
       </match>
 
       <!-- Lenovos non-ThinkPads -->
+      <match key="system.hardware.version" prefix_ncase="3000 C100">
+        <match key="system.hardware.product" prefix="0761">
+          <merge key="power_management.quirk.none" type="bool">true</merge>
+        </match>
+      </match>
       <match key="system.hardware.version" prefix_ncase="3000 N100">
         <match key="system.hardware.product" prefix_outof="068928U;07686VG;076831G;076835U;0768BYG">
           <merge key="power_management.quirk.none" type="bool">true</merge>
@@ -67,7 +73,11 @@
         </match>
       </match>
       <match key="system.hardware.version" prefix_ncase="3000 N200">
-	<match key="system.hardware.product" string="0769B9G">
+        <match key="system.hardware.product" string="0769BBG">
+	  <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+	  <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
+	</match>
+	<match key="system.hardware.product" string_outof="0769B9G;0769AC6">
           <merge key="power_management.quirk.none" type="bool">true</merge>
         </match>
       </match>


More information about the hal-commit mailing list