xf86-video-intel: src/i830_quirks.c

Kyle McMartin kyle at kemper.freedesktop.org
Tue Oct 16 13:40:14 PDT 2007


 src/i830_quirks.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 38900f55e2b50ea383f78adb016e3a02c3bd17ad
Author: Kyle McMartin <kyle at freedesktop.org>
Date:   Tue Oct 16 16:38:28 2007 -0400

    toshiba satellite u300 has no tv out

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 9ae250c..6310fce 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 },


More information about the xorg-commit mailing list