diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-08-11 20:24:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-08-11 20:24:45 +0000 |
commit | 1d14e7ef1b5d008dd474b61cd65a93f584d68f8f (patch) | |
tree | fce538684cb1556ec12d20671b63e1f223963d5b /target | |
parent | 33264155cb154d17c97c8861cd1bfbe011c170a5 (diff) | |
download | upstream-1d14e7ef1b5d008dd474b61cd65a93f584d68f8f.tar.gz upstream-1d14e7ef1b5d008dd474b61cd65a93f584d68f8f.tar.bz2 upstream-1d14e7ef1b5d008dd474b61cd65a93f584d68f8f.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>
SVN-Revision: 42142
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch | 3 |
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); |