Commit 1d8638d4038eb8709edc80e37a0bbb77253d86e9
Committed by
John W. Linville
1 parent
d47844a014
Exists in
master
and in
39 other branches
ssb: b43-pci-bridge: Add new vendor for BCM4318
Add new vendor for Broadcom 4318. Signed-off-by: Daniel Klaffenbach <danielklaffenbach@gmail.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff
drivers/ssb/b43_pci_bridge.c
... | ... | @@ -24,6 +24,7 @@ |
24 | 24 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4312) }, |
25 | 25 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4315) }, |
26 | 26 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4318) }, |
27 | + { PCI_DEVICE(PCI_VENDOR_ID_BCM_GVC, 0x4318) }, | |
27 | 28 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4319) }, |
28 | 29 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4320) }, |
29 | 30 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4321) }, |
include/linux/pci_ids.h
... | ... | @@ -2043,6 +2043,7 @@ |
2043 | 2043 | #define PCI_DEVICE_ID_AFAVLAB_P030 0x2182 |
2044 | 2044 | #define PCI_SUBDEVICE_ID_AFAVLAB_P061 0x2150 |
2045 | 2045 | |
2046 | +#define PCI_VENDOR_ID_BCM_GVC 0x14a4 | |
2046 | 2047 | #define PCI_VENDOR_ID_BROADCOM 0x14e4 |
2047 | 2048 | #define PCI_DEVICE_ID_TIGON3_5752 0x1600 |
2048 | 2049 | #define PCI_DEVICE_ID_TIGON3_5752M 0x1601 |