diff options
author | Daniel Klaffenbach <danielklaffenbach@gmail.com> | 2010-11-19 21:25:21 -0600 |
---|---|---|
committer | Andi Kleen <ak@linux.intel.com> | 2010-12-14 23:40:06 +0100 |
commit | 2c48711c32475054d08c0574ebff24573611f9f9 (patch) | |
tree | c8ddf911213b75448951270c2b39e82dc7d7d142 /include | |
parent | 1a6880a22a0f92677b5e2a71ac96ab2ea24c219e (diff) |
ssb: b43-pci-bridge: Add new vendor for BCM4318
commit 1d8638d4038eb8709edc80e37a0bbb77253d86e9 upstream.
Add new vendor for Broadcom 4318.
Signed-off-by: Daniel Klaffenbach <danielklaffenbach@gmail.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.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 aa702055cd6..f1cbd85ad5e 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2038,6 +2038,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 |