summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-03-17 10:05:57 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-03-18 09:24:58 +0800
commit81df48d8d151907c2e9dd33a729860c39aa78175 (patch)
tree30d32916da35bc7e4689f89fb260ce0f6f692893 /src/i830_quirks.c
parent24e6eb2ae683ed6614ac79c0d7811ac9fe94209f (diff)
bug 15060: Dell Latitude X300 needs pipe A quirk
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 7d0d1429..f29083b9 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -253,6 +253,8 @@ static i830_quirk i830_quirk_list[] = {
{ PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force },
/* Dell Latitude D500 needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force },
+ /* Dell Latitude X300 needs pipe A force quirk */
+ { PCI_CHIP_I855_GM, 0x1028, 0x014f, quirk_pipea_force },
/* Dell Inspiron 510m needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },
/* Toshiba Protege R-205, S-209 needs pipe A force quirk */