xf86-video-intel: src/i830_quirks.c

Kyle McMartin kyle at kemper.freedesktop.org
Fri Sep 28 07:22:21 PDT 2007


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

New commits:
diff-tree f3d92ab474de11babe507b0e3c15aca146b6cb66 (from bbf69c7446aa9748dacecccfe0b63d803f865b00)
Author: Kyle McMartin <kyle at freedesktop.org>
Date:   Fri Sep 28 10:17:55 2007 -0400

    Dell XPS 1330 has no TV out

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 28b8ff9..6667545 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 },


More information about the xorg-commit mailing list