summaryrefslogtreecommitdiff
path: root/src/i810_driver.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-01-15 12:51:50 -0800
committerEric Anholt <eric@anholt.net>2010-02-23 17:09:25 -0800
commit9291828a569a01ed4a6ef71f530b93f8a54c84aa (patch)
treed2a4191ab632cc520cabb4a61236a65743054569 /src/i810_driver.c
parent3c71f98b9e5262675e61fafb317d0c35e62a873f (diff)
Add new mobile Sandybridge PCI IDs.
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r--src/i810_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c
index ba1ded73..31098340 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -141,6 +141,7 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_DEVICE_MATCH (PCI_CHIP_IGDNG_D_G, 0 ),
INTEL_DEVICE_MATCH (PCI_CHIP_IGDNG_M_G, 0 ),
INTEL_DEVICE_MATCH (PCI_CHIP_SANDYBRIDGE, 0 ),
+ INTEL_DEVICE_MATCH (PCI_CHIP_SANDYBRIDGE_M, 0 ),
{ 0, 0, 0 },
};