Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
This commit is contained in:
commit
019dbfda29
|
|
@ -57,6 +57,7 @@ static void quirk_mac_mini (I830Ptr pI830)
|
|||
static i830_quirk i830_quirk_list[] = {
|
||||
/* Lenovo T61 has no TV output */
|
||||
{ PCI_CHIP_I965_GM, 0x17aa, 0x20b5, quirk_ignore_tv },
|
||||
/* Lenovo 3000 v200 */
|
||||
{ PCI_CHIP_I965_GM, 0x17aa, 0x3c18, quirk_ignore_tv },
|
||||
/* Aopen mini pc */
|
||||
{ PCI_CHIP_I945_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
|
||||
|
|
|
|||
Loading…
Reference in New Issue