hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Sep 11 09:45:36 PDT 2007


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

New commits:
diff-tree baccb9df5c7f65d237a83990074e5e3c8437b19e (from 8fdd7c8593b7670c5990bca9713adc2d143d2fd6)
Author: Austin Foxley <austinf at cetoncorp.com>
Date:   Tue Sep 11 18:45:29 2007 +0200

    added video suspend quirks for a Toshiba p105
    
    Added video suspend quirks for a Toshiba p105 needed to get suspend
    working. Tested from X and tty1 multiple times, so I think it's pretty
    solid.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
index 9dbdb82..861b741 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
@@ -31,6 +31,9 @@
       <match key="system.hardware.product" prefix="TECRA 8200">
         <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
       </match>
+      <match key="system.hardware.product" prefix="Satellite P105">
+        <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+      </match>
     </match>
   </device>
 </deviceinfo>


More information about the hal-commit mailing list