hal: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Tue Jun 5 06:07:48 PDT 2007
fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi | 3 +++
1 files changed, 3 insertions(+)
New commits:
diff-tree ba588f11f380a32a318fb9c9718d81fe5dd071a2 (from 2ebf1f1354e708fc884b4dbd16e782766e520753)
Author: Frederic Crozat <fcrozat at mandriva.com>
Date: Tue Jun 5 14:08:24 2007 +0100
add quirk for Dell Latitude D400
The attached quirk fixes suspend / resumes for D400 with both old i810
and new intel driver, for X and console (console was buggy).
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
index 6245568..04f5595 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
@@ -3,6 +3,9 @@
<device>
<match key="system.hardware.vendor" prefix="Dell">
<match key="system.hardware.product" prefix="Latitude">
+ <match key="system.hardware.product" contains="D400">
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ </match>
<match key="system.hardware.product" contains="D410">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
More information about the hal-commit
mailing list