diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-24 14:47:27 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-24 14:47:27 -0400 |
commit | 87ea531c5dc5b39809395b277c330854aaaaf019 (patch) | |
tree | f7861fac5787cfcb662bccf109cdd437bc43b54e /src | |
parent | 4d5360b1f3666bca4ed44c7f1b9217b8157c74b9 (diff) |
Quirk: No LVDS on Dell Studio Hybrid
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 12cab861..8dae235c 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -255,6 +255,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 }, |