summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Fieldhouse <fieldhouse@gmx.net>2011-08-10 10:41:10 +0200
committerDanny Kukawka <danny.kukawka@web.de>2011-08-10 10:41:10 +0200
commit03c30f528636452cdc3fc6cf985010b0a2c9306e (patch)
treebfc62c676e66ce7036aea24e439817d4250cd7c8
parent01ebce6843d6e1ebdb62618cfaa76de44beb9da4 (diff)
fix suspend quirks for Toshiba Tecra T8xx/T9xxHEADmaster
Fixed suspend quirks for Toshiba Tecra T8xx/T9xx Laptops. fd.o#34236
-rw-r--r--fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
index 2c3113b..216636f 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
@@ -49,7 +49,7 @@
</match>
<!-- Tecra Laptops -->
- <match key="system.hardware.product" prefix="TECRA">
+ <match key="system.hardware.product" prefix_outof="TECRA;T8;T9">
<match key="system.hardware.product" contains_outof="8100;8200; M9">
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
</match>