summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle McMartin <kyle@freedesktop.org>2007-10-16 16:38:28 -0400
committerKyle McMartin <kyle@freedesktop.org>2007-10-16 16:38:28 -0400
commit38900f55e2b50ea383f78adb016e3a02c3bd17ad (patch)
tree2df12c376d3bb8272a16ebcef0e4ab3b503f42d3
parent74ac5de14ebb77aeb39d698e9e8d188c9d9abd76 (diff)
toshiba satellite u300 has no tv out
-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 9ae250cd..6310fcef 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -79,6 +79,9 @@ static i830_quirk i830_quirk_list[] = {
/* Panasonic Toughbook CF-Y7 has no TV output */
{ PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv },
+ /* Toshiba Satellite U300 has no TV output */
+ { PCI_CHIP_I965_GM, 0x1179, 0xff50, quirk_ignore_tv },
+
/* Samsung Q35 has no TV output */
{ PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
{ 0, 0, 0, NULL },