summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndika Triwidada <andika@gmail.com>2010-09-09 13:51:19 +0200
committerDanny Kukawka <danny.kukawka@web.de>2010-09-09 13:51:19 +0200
commit96233b213eae9f54a01266022dbb6bf6a30da996 (patch)
tree125fc7eaf7902f59605b8fcf38430ebdf33c99a5
parent704b6e796a4ada939a949b055d2cca704d1941bf (diff)
added suspend quirks for 'Intel powered Classmate PC'
Added suspend quirks for 'Intel powered Classmate PC'. lp#370778
-rw-r--r--fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
index 4f08a94..44d3350 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -41,6 +41,11 @@
</match>
</device>
<device>
+ <match key="system.hardware.product" prefix="Intel powered Classmate PC">
+ <merge key="power_management.quirk.dpms_on" type="bool">true</merge>
+ </match>
+ </device>
+ <device>
<match key="system.hardware.vendor" string="JVC">
<match key="system.hardware.product" string="J2N ">
<merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>