summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-24 14:47:27 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-11-11 12:25:21 -0800
commit9fb20bca710cb52da19a3dc44623bc70a86c6581 (patch)
treeb40d5e60da0f7ea6e578a353198a752b6f9a432c
parentb02f36fc6bb86eed53b75347a4599f5af5f571e2 (diff)
Quirk: No LVDS on Dell Studio Hybrid
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 58c84c6c..fe6cdd8d 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -243,6 +243,8 @@ static i830_quirk i830_quirk_list[] = {
{ PCI_CHIP_I965_GM, 0x1028, 0x0286, quirk_ignore_tv },
/* Dell Vostro A840 (LP: #235155) */
{ PCI_CHIP_I965_GM, 0x1028, 0x0298, quirk_ignore_tv },
+ /* Dell Studio Hybrid */
+ { PCI_CHIP_I965_GM, 0x1028, 0x0279, quirk_ignore_lvds },
/* Lenovo Napa TV (use dmi)*/
{ PCI_CHIP_I945_GM, 0x17aa, SUBSYS_ANY, quirk_lenovo_tv_dmi },