diff options
author | Kyle McMartin <kyle@freedesktop.org> | 2007-09-28 10:17:55 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@freedesktop.org> | 2007-09-28 10:17:55 -0400 |
commit | f3d92ab474de11babe507b0e3c15aca146b6cb66 (patch) | |
tree | 592cabf666a2b9558ac80ea3ce15284d21e0e000 /src/i830_quirks.c | |
parent | bbf69c7446aa9748dacecccfe0b63d803f865b00 (diff) |
Dell XPS 1330 has no TV out
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 2 |
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 }, |