diff options
author | Kyle McMartin <kyle@freedesktop.org> | 2007-10-16 16:38:28 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@freedesktop.org> | 2007-10-16 16:38:28 -0400 |
commit | 38900f55e2b50ea383f78adb016e3a02c3bd17ad (patch) | |
tree | 2df12c376d3bb8272a16ebcef0e4ab3b503f42d3 | |
parent | 74ac5de14ebb77aeb39d698e9e8d188c9d9abd76 (diff) |
toshiba satellite u300 has no tv out
-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 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 }, |