diff options
author | Daniel Klaffenbach <danielklaffenbach@gmail.com> | 2010-11-20 06:25:21 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-22 23:19:31 +0300 |
commit | 1d8638d4038eb8709edc80e37a0bbb77253d86e9 (patch) | |
tree | 7eca1442ee8343500ca0cf3aa10f74e4301f1354 /include | |
parent | d47844a014fada1a788719f6426bc7044f2a0fd8 (diff) | |
download | linux-1d8638d4038eb8709edc80e37a0bbb77253d86e9.tar.xz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d278dd9cb765..f29c25ede70d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2043,6 +2043,7 @@ #define PCI_DEVICE_ID_AFAVLAB_P030 0x2182 #define PCI_SUBDEVICE_ID_AFAVLAB_P061 0x2150 +#define PCI_VENDOR_ID_BCM_GVC 0x14a4 #define PCI_VENDOR_ID_BROADCOM 0x14e4 #define PCI_DEVICE_ID_TIGON3_5752 0x1600 #define PCI_DEVICE_ID_TIGON3_5752M 0x1601 |