aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-10-14 16:30:41 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-19 09:20:04 +0100
commit3dde04b0152634d42994b34b86bbf3c70fbc6b19 (patch)
tree9ceaacc72ae9958fc4567020a5eb19503af6b78c /drivers
parent4f27b75d56334f33cbccff5da8372dc4aba122ba (diff)
downloadkernel_samsung_smdk4412-3dde04b0152634d42994b34b86bbf3c70fbc6b19.zip
kernel_samsung_smdk4412-3dde04b0152634d42994b34b86bbf3c70fbc6b19.tar.gz
kernel_samsung_smdk4412-3dde04b0152634d42994b34b86bbf3c70fbc6b19.tar.bz2
agp/intel: Also add B43.1 to list of supported devices
This was a missing piece from 41a5142 that dropped recognition of the AGP module for the second B43 variant. Reported-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/agp/intel-agp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c
index 5cd2221..e72f49d 100644
--- a/drivers/char/agp/intel-agp.c
+++ b/drivers/char/agp/intel-agp.c
@@ -895,6 +895,7 @@ static struct pci_device_id agp_intel_pci_table[] = {
ID(PCI_DEVICE_ID_INTEL_G45_HB),
ID(PCI_DEVICE_ID_INTEL_G41_HB),
ID(PCI_DEVICE_ID_INTEL_B43_HB),
+ ID(PCI_DEVICE_ID_INTEL_B43_1_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_D_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB),
ID(PCI_DEVICE_ID_INTEL_IRONLAKE_MA_HB),