summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-02-01 21:57:13 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2009-02-01 21:57:13 +0100
commitd3509c6af4c939d0b52dc4314b364bd4c4c33228 (patch)
treeb1241043fcd44d084f9c1b36af746f40c7b997df
parent6cb7ce8445831e73857657445c82251dc4e6630c (diff)
Dell Latitude D810 does not need video quirks
According to https://launchpad.net/bugs/315271, the Dell Latitude D810 with an ATI card disables the internal monitor when resuming with an external monitor, if vbe_post and vbemode_restore are used. Disable quirk again, as in previous hal-info releases (which didn't provide default quirks yet).
-rw-r--r--fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
index a33a2f4..30e7044 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
@@ -47,7 +47,7 @@
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
</match>
<!-- these need no quirks -->
- <match key="system.hardware.product" contains_outof="CPx J650GT;LS ">
+ <match key="system.hardware.product" contains_outof="CPx J650GT;LS ;D810">
<merge key="power_management.quirk.none" type="bool">true</merge>
</match>
</match>