summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNémeth Márton <nm127@freemail.hu>2009-07-16 11:29:49 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2009-07-16 11:29:49 +0200
commit3ece560368c54ffab4f639baf99c06069b26dfe4 (patch)
tree9b20f3bd1b3ea76860d2de1b968025295507fb36
parentd97973d1e2022d0374e18928d40e51963a27b1c4 (diff)
suspend quirk for Clevo D401J laptop
As reported on hal ML.
-rw-r--r--fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi14
1 files changed, 14 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 4f5aef2..4f08a94 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
@@ -309,6 +309,20 @@
</device>
<device>
+ <!-- Clevo D410J laptop reports hardware vendor "VIA", product "K8N800" and version "VT8204B" -->
+ <match key="system.hardware.vendor" string="VIA">
+ <match key="system.hardware.product" string="K8N800">
+ <match key="system.hardware.version" string="VT8204B">
+ <match key="system.firmware.version" string="4.06CJ15">
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
+ </match>
+ </match>
+ </match>
+ </match>
+ </device>
+
+ <device>
<match key="system.hardware.vendor" string="ECS">
<match key="system.hardware.product" string="536">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>