summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2008-12-11 09:34:15 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-12-11 09:47:20 +0800
commitd5ed8674127c5612df35510ce560dd2938558601 (patch)
treee4f86a470b7e6466e6b66bf1a682a9327255b628 /src
parentdd284392ce4792d20c2fcd09bbb6b8e168978d30 (diff)
PipeA quirk for Quanta/W251U (launchpad bug #244242)
(cherry picked from commit 6c4e134a1a30785c2e5c6d57b21fde54a2dd3413)
Diffstat (limited to 'src')
-rw-r--r--src/i830_quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 16042944..9c00e621 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -326,6 +326,9 @@ static i830_quirk i830_quirk_list[] = {
/* Sony VGC-LT71DB has no VGA output (bug #17395) */
{ PCI_CHIP_I965_GM, 0x104d, 0x9018, quirk_ignore_crt },
+ /* Quanta Gigabyte W251U (See LP: #244242) */
+ { PCI_CHIP_I945_GM, 0x152d, 0x0755, quirk_pipea_force },
+
/* Ordi Enduro UW31 (See LP: #152416) */
{ PCI_CHIP_I945_GM, 0x1584, 0x9900, quirk_ignore_tv },