summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyle McMartin <kyle@freedesktop.org>2007-09-28 10:17:55 -0400
committerKyle McMartin <kyle@freedesktop.org>2007-09-28 10:17:55 -0400
commitf3d92ab474de11babe507b0e3c15aca146b6cb66 (patch)
tree592cabf666a2b9558ac80ea3ce15284d21e0e000 /src
parentbbf69c7446aa9748dacecccfe0b63d803f865b00 (diff)
Dell XPS 1330 has no TV out
Diffstat (limited to 'src')
-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 28b8ff93..66675453 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -64,6 +64,8 @@ static i830_quirk i830_quirk_list[] = {
/* Dell Latitude X1 */
{ PCI_CHIP_I945_GM, 0x1028, 0x01a3, quirk_ignore_tv },
+ /* Dell XPS 1330 */
+ { PCI_CHIP_I965_GM, 0x1028, 0x0209, quirk_ignore_tv },
/* Lenovo X60s has no TV output */
{ PCI_CHIP_I945_GM, 0x17aa, 0x201a, quirk_ignore_tv },