diff options
author | Bryce Harrington <bryce@canonical.com> | 2008-12-11 09:34:15 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-11 09:36:43 +0800 |
commit | 6c4e134a1a30785c2e5c6d57b21fde54a2dd3413 (patch) | |
tree | 5e3ce381027e3463fec49c22c8482801cb95a899 /src/i830_quirks.c | |
parent | 1e974ff6b8446ecd64677b3c9aba60ca850923cc (diff) |
PipeA quirk for Quanta/W251U (launchpad bug #244242)
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 3 |
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 }, |