Author: rmilecki Date: 2014-11-08 22:00:20 +0100 (Sat, 08 Nov 2014) New Revision: 43222
Modified: branches/barrier_breaker/target/linux/generic/patches-3.10/020-ssb_update.patch Log: kernel: ssb: add PCI ID 0x4351 Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Backport of r43221 Modified: branches/barrier_breaker/target/linux/generic/patches-3.10/020-ssb_update.patch =================================================================== --- branches/barrier_breaker/target/linux/generic/patches-3.10/020-ssb_update.patch 2014-11-08 20:51:24 UTC (rev 43221) +++ branches/barrier_breaker/target/linux/generic/patches-3.10/020-ssb_update.patch 2014-11-08 21:00:20 UTC (rev 43222) @@ -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 @@ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
