diff options
author | Andreas Jabs <andreas.jabs@gmail.com> | 2009-07-16 11:54:45 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-07-16 11:54:45 +0200 |
commit | bb8d96ff8718d3b6c2fe37d706991d4b10b16e57 (patch) | |
tree | 84297515363cc82a20b0b4d4b40df3625f482041 | |
parent | 889465faae77745c98e69937e12ae9bac8c39aa2 (diff) |
fix suspend quirks for a particular IBM X40 model
As reported on hal ML.
-rw-r--r-- | fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi index f5f1c57..335310f 100644 --- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi +++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi @@ -107,7 +107,10 @@ <!-- need no quirks: a X40, T40 --> <match key="system.hardware.version" string="ThinkPad X40"> <match key="system.firmware.version" prefix="1UETD2WW"> - <merge key="power_management.quirk.none" type="bool">true</merge> + <!-- one particular X40 was reported to need above quirks --> + <match key="system.hardware.product" contains_not="2371"> + <merge key="power_management.quirk.none" type="bool">true</merge> + </match> </match> </match> <match key="system.hardware.version" string="ThinkPad T40 "> |