diff options
| author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2009-07-03 16:06:37 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-07-11 01:02:20 +0200 |
| commit | dae4e0148a1146a5610025ae4b445e841410b659 (patch) | |
| tree | 0c7fca5524955b94b13505439145f16e8d70a901 | |
| parent | 876b3cef537aab2cba8c19505db2876f6057f818 (diff) | |
| download | olio-uboot-2014.01-dae4e0148a1146a5610025ae4b445e841410b659.tar.xz olio-uboot-2014.01-dae4e0148a1146a5610025ae4b445e841410b659.zip | |
Add ESD PCI vendor ID
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
| -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 ae642b1c4..400c540cb 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 |