]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
agp/intel: Also add B43.1 to list of supported devices
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 14 Oct 2010 15:30:41 +0000 (16:30 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Oct 2010 08:20:04 +0000 (09:20 +0100)
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
drivers/char/agp/intel-agp.c

index 5cd2221ab472a629da3429bea0aeb08f1f217382..e72f49d52202da8dcddf2055a366abb31e9029d9 100644 (file)
@@ -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),