diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-14 16:30:41 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-19 09:20:04 +0100 |
commit | 3dde04b0152634d42994b34b86bbf3c70fbc6b19 (patch) | |
tree | 9ceaacc72ae9958fc4567020a5eb19503af6b78c | |
parent | 4f27b75d56334f33cbccff5da8372dc4aba122ba (diff) | |
download | kernel_samsung_espresso10-3dde04b0152634d42994b34b86bbf3c70fbc6b19.zip kernel_samsung_espresso10-3dde04b0152634d42994b34b86bbf3c70fbc6b19.tar.gz kernel_samsung_espresso10-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
-rw-r--r-- | drivers/char/agp/intel-agp.c | 1 |
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), |