aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-08-11 20:24:45 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-08-11 20:24:45 +0000
commit8d41fb6db295c313ce56f5e5342d63bb0eb33cd0 (patch)
treed27564b4f9364bb0e801ab143106fbd9726c1150
parentfe64c487e20a33cc54262b1c1534905d7013f871 (diff)
downloadmaster-187ad058-8d41fb6db295c313ce56f5e5342d63bb0eb33cd0.tar.gz
master-187ad058-8d41fb6db295c313ce56f5e5342d63bb0eb33cd0.tar.bz2
master-187ad058-8d41fb6db295c313ce56f5e5342d63bb0eb33cd0.zip
bcm53xx: remove BCM4360 from PCI ids
bcma does not support this card and b43 hangs when probing this card. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42142 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch b/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
index bbf669ba0e..83b72b4051 100644
--- a/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
+++ b/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
@@ -13,12 +13,11 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
--- a/drivers/bcma/host_pci.c
+++ b/drivers/bcma/host_pci.c
-@@ -282,6 +282,8 @@ static const struct pci_device_id bcma_p
+@@ -282,6 +282,7 @@ static const struct pci_device_id bcma_p
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43a9) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43aa) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43227) },
-+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4360) },
{ 0, },
};
MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);