From: Zhenyu Wang Date: Mon, 8 Jun 2009 06:40:20 +0000 (+0800) Subject: drm/i915: Enable probe on new chipset X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=80a538e49daddbf3bf783f3464e91bd3181957b2;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git drm/i915: Enable probe on new chipset Signed-off-by: Zhenyu Wang Signed-off-by: Eric Anholt --- diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index fc55db780199..8b4c80cdd277 100644 --- a/include/drm/drm_pciids.h +++ b/include/drm/drm_pciids.h @@ -536,4 +536,6 @@ {0x8086, 0xa001, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0xa011, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ + {0x8086, 0x0042, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ + {0x8086, 0x0046, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \ {0, 0, 0}