hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Sun Feb 1 12:59:20 PST 2009


 fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d3509c6af4c939d0b52dc4314b364bd4c4c33228
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Sun Feb 1 21:57:13 2009 +0100

    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).

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>


More information about the hal-commit mailing list