diff options
author | Michael Biebl <mbiebl@gmail.com> | 2010-06-18 08:13:33 +0200 |
---|---|---|
committer | Michael Biebl <mbiebl@gmail.com> | 2010-06-18 08:13:33 +0200 |
commit | 15936abbcfdd4832433742d2ce6b73dec0910290 (patch) | |
tree | 57ce715dff74d1622b180cf4dc34a853ea28f0d9 | |
parent | 2aa9a0903c4485769d8dc5342c3e2c6598efe9bd (diff) |
Fix suspend quirks for Dell Inspiron 8600 with an ATI cardvideo-quirks
Reported by Kees Cook <kees@ubuntu.com>
-rw-r--r-- | video-quirks/20-video-quirk-pm-dell.quirkdb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/video-quirks/20-video-quirk-pm-dell.quirkdb b/video-quirks/20-video-quirk-pm-dell.quirkdb index 7402716..3dc5a39 100644 --- a/video-quirks/20-video-quirk-pm-dell.quirkdb +++ b/video-quirks/20-video-quirk-pm-dell.quirkdb @@ -53,6 +53,9 @@ match system.hardware.product regex 1501|8600 addquirk --quirk-s3-bios addquirk --quirk-s3-mode + match system.hardware.primary_video.vendor numeric_compare_eq 0x1002 + addquirk --quirk-radeon-off + endmatch endmatch match system.hardware.product regex 9300 addquirk --quirk-s3-bios |