Author: rmilecki
Date: 2014-11-08 21:51:24 +0100 (Sat, 08 Nov 2014)
New Revision: 43221

Modified:
   trunk/target/linux/generic/patches-3.10/020-ssb_update.patch
   trunk/target/linux/generic/patches-3.14/020-ssb_update.patch
Log:
kernel: ssb: add PCI ID 0x4351

Backports commit 9837baa99717c7526e4bae9c68e8728dea4af183

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>
Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]>


Modified: trunk/target/linux/generic/patches-3.10/020-ssb_update.patch
===================================================================
--- trunk/target/linux/generic/patches-3.10/020-ssb_update.patch        
2014-11-08 18:10:37 UTC (rev 43220)
+++ trunk/target/linux/generic/patches-3.10/020-ssb_update.patch        
2014-11-08 20:51:24 UTC (rev 43221)
@@ -24,6 +24,16 @@
        help
          Driver to provide access to the GPIO pins on the bus.
  
+--- a/drivers/ssb/b43_pci_bridge.c
++++ b/drivers/ssb/b43_pci_bridge.c
+@@ -38,6 +38,7 @@ static const struct pci_device_id b43_pc
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) },
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) },
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) },
++      { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4351) },
+       { 0, },
+ };
+ MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);
 --- a/drivers/ssb/driver_chipcommon_sflash.c
 +++ b/drivers/ssb/driver_chipcommon_sflash.c
 @@ -9,6 +9,19 @@

Modified: trunk/target/linux/generic/patches-3.14/020-ssb_update.patch
===================================================================
--- trunk/target/linux/generic/patches-3.14/020-ssb_update.patch        
2014-11-08 18:10:37 UTC (rev 43220)
+++ trunk/target/linux/generic/patches-3.14/020-ssb_update.patch        
2014-11-08 20:51:24 UTC (rev 43221)
@@ -1,3 +1,13 @@
+--- a/drivers/ssb/b43_pci_bridge.c
++++ b/drivers/ssb/b43_pci_bridge.c
+@@ -38,6 +38,7 @@ static const struct pci_device_id b43_pc
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432b) },
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x432c) },
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4350) },
++      { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4351) },
+       { 0, },
+ };
+ MODULE_DEVICE_TABLE(pci, b43_pci_bridge_tbl);
 --- a/drivers/ssb/pci.c
 +++ b/drivers/ssb/pci.c
 @@ -326,13 +326,13 @@ err_ctlreg:
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to