diff options
author | Matthias Fuchs | 2009-07-03 16:06:37 +0200 |
---|---|---|
committer | Wolfgang Denk | 2009-07-11 01:02:20 +0200 |
commit | dae4e0148a1146a5610025ae4b445e841410b659 (patch) | |
tree | 0c7fca5524955b94b13505439145f16e8d70a901 /include/pci_ids.h | |
parent | 876b3cef537aab2cba8c19505db2876f6057f818 (diff) |
Add ESD PCI vendor ID
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index ae642b1c4ae..400c540cb23 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1519,6 +1519,8 @@ #define PCI_DEVICE_ID_AUREAL_VORTEX_1 0x0001 #define PCI_DEVICE_ID_AUREAL_VORTEX_2 0x0002 +#define PCI_VENDOR_ID_ESDGMBH 0x12fe + #define PCI_VENDOR_ID_CBOARDS 0x1307 #define PCI_DEVICE_ID_CBOARDS_DAS1602_16 0x0001 |