diff options
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 28 | 
1 files changed, 28 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0f8447376dd..f11c1c2609d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1568,6 +1568,7 @@  #define PCI_DEVICE_ID_RICOH_RL5C476	0x0476  #define PCI_DEVICE_ID_RICOH_RL5C478	0x0478  #define PCI_DEVICE_ID_RICOH_R5C822	0x0822 +#define PCI_DEVICE_ID_RICOH_R5CE822	0xe822  #define PCI_DEVICE_ID_RICOH_R5CE823	0xe823  #define PCI_DEVICE_ID_RICOH_R5C832	0x0832  #define PCI_DEVICE_ID_RICOH_R5C843	0x0843 @@ -1806,6 +1807,8 @@  #define PCI_VENDOR_ID_ESDGMBH		0x12fe  #define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111 +#define PCI_VENDOR_ID_CB		0x1307	/* Measurement Computing */ +  #define PCI_VENDOR_ID_SIIG		0x131f  #define PCI_SUBVENDOR_ID_SIIG		0x131f  #define PCI_DEVICE_ID_SIIG_1S_10x_550	0x1000 @@ -1867,8 +1870,23 @@  #define PCI_VENDOR_ID_QUATECH		0x135C  #define PCI_DEVICE_ID_QUATECH_QSC100	0x0010  #define PCI_DEVICE_ID_QUATECH_DSC100	0x0020 +#define PCI_DEVICE_ID_QUATECH_DSC200	0x0030 +#define PCI_DEVICE_ID_QUATECH_QSC200	0x0040  #define PCI_DEVICE_ID_QUATECH_ESC100D	0x0050  #define PCI_DEVICE_ID_QUATECH_ESC100M	0x0060 +#define PCI_DEVICE_ID_QUATECH_QSCP100	0x0120 +#define PCI_DEVICE_ID_QUATECH_DSCP100	0x0130 +#define PCI_DEVICE_ID_QUATECH_QSCP200	0x0140 +#define PCI_DEVICE_ID_QUATECH_DSCP200	0x0150 +#define PCI_DEVICE_ID_QUATECH_QSCLP100	0x0170 +#define PCI_DEVICE_ID_QUATECH_DSCLP100	0x0180 +#define PCI_DEVICE_ID_QUATECH_DSC100E	0x0181 +#define PCI_DEVICE_ID_QUATECH_SSCLP100	0x0190 +#define PCI_DEVICE_ID_QUATECH_QSCLP200	0x01A0 +#define PCI_DEVICE_ID_QUATECH_DSCLP200	0x01B0 +#define PCI_DEVICE_ID_QUATECH_DSC200E	0x01B1 +#define PCI_DEVICE_ID_QUATECH_SSCLP200	0x01C0 +#define PCI_DEVICE_ID_QUATECH_ESCLP100	0x01E0  #define PCI_DEVICE_ID_QUATECH_SPPXP_100 0x0278  #define PCI_VENDOR_ID_SEALEVEL		0x135e @@ -2012,6 +2030,10 @@  #define PCI_DEVICE_ID_CMEDIA_CM8738	0x0111  #define PCI_DEVICE_ID_CMEDIA_CM8738B	0x0112 +#define PCI_VENDOR_ID_ADVANTECH		0x13fe + +#define PCI_VENDOR_ID_MEILHAUS		0x1402 +  #define PCI_VENDOR_ID_LAVA		0x1407  #define PCI_DEVICE_ID_LAVA_DSERIAL	0x0100 /* 2x 16550 */  #define PCI_DEVICE_ID_LAVA_QUATRO_A	0x0101 /* 2x 16550, half of 4 port */ @@ -2057,6 +2079,8 @@  #define PCI_VENDOR_ID_CHELSIO		0x1425 +#define PCI_VENDOR_ID_ADLINK		0x144a +  #define PCI_VENDOR_ID_SAMSUNG		0x144d  #define PCI_VENDOR_ID_GIGABYTE		0x1458 @@ -2090,6 +2114,8 @@  #define PCI_DEVICE_ID_AFAVLAB_P030	0x2182  #define PCI_SUBDEVICE_ID_AFAVLAB_P061		0x2150 +#define PCI_VENDOR_ID_AMPLICON		0x14dc +  #define PCI_VENDOR_ID_BCM_GVC          0x14a4  #define PCI_VENDOR_ID_BROADCOM		0x14e4  #define PCI_DEVICE_ID_TIGON3_5752	0x1600 @@ -2126,6 +2152,7 @@  #define PCI_DEVICE_ID_TIGON3_5754M	0x1672  #define PCI_DEVICE_ID_TIGON3_5755M	0x1673  #define PCI_DEVICE_ID_TIGON3_5756	0x1674 +#define PCI_DEVICE_ID_TIGON3_5750	0x1676  #define PCI_DEVICE_ID_TIGON3_5751	0x1677  #define PCI_DEVICE_ID_TIGON3_5715	0x1678  #define PCI_DEVICE_ID_TIGON3_5715S	0x1679 @@ -2775,6 +2802,7 @@  #define PCI_DEVICE_ID_INTEL_JAKETOWN_UBOX	0x3ce0  #define PCI_DEVICE_ID_INTEL_IOAT_SNB	0x402f  #define PCI_DEVICE_ID_INTEL_5100_16	0x65f0 +#define PCI_DEVICE_ID_INTEL_5100_19	0x65f3  #define PCI_DEVICE_ID_INTEL_5100_21	0x65f5  #define PCI_DEVICE_ID_INTEL_5100_22	0x65f6  #define PCI_DEVICE_ID_INTEL_5400_ERR	0x4030  |