hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon May 5 12:09:17 PDT 2008
fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 6bc7bdea6d1196940d6ead2bd723916aab3da169
Author: Michal ÄihaÅ <michal at cihar.com>
Date: Mon May 5 21:09:11 2008 +0200
suspend quirk for Toshiba Satellite Pro M30
Added uspend quirk for Toshiba Satellite Pro M30.
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
index 9f010ca..8fdaf29 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
@@ -18,6 +18,10 @@
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
-->
</match>
+ <!-- need exact match for this machine to prevent mixup with M30x -->
+ <match key="system.hardware.product" string="Satellite Pro M30">
+ <merge key="power_management.quirk.dpms_on" type="bool">true</merge>
+ </match>
<!-- need exact match for this machine to prevent mixup with P105 or A100-->
<match key="system.hardware.product" string_outof="Satellite P10;Satellite A10">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
More information about the hal-commit
mailing list