diff options
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a99b1fcfc617..2dc75df1437f 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2,7 +2,7 @@  /*   *	PCI Class, Vendor and Device IDs   * - *	Please keep sorted. + *	Please keep sorted by numeric Vendor ID and Device ID.   *   *	Do not add new entries to this file unless the definitions   *	are shared between multiple drivers. @@ -151,6 +151,9 @@  #define PCI_CLASS_SP_DPIO		0x1100  #define PCI_CLASS_SP_OTHER		0x1180 +#define PCI_BASE_CLASS_ACCELERATOR	0x12 +#define PCI_CLASS_ACCELERATOR_PROCESSING	0x1200 +  #define PCI_CLASS_OTHERS		0xff  /* Vendors and devices.  Sort key: vendor first, device next. */ @@ -158,6 +161,11 @@  #define PCI_VENDOR_ID_LOONGSON		0x0014 +#define PCI_DEVICE_ID_LOONGSON_HDA      0x7a07 +#define PCI_DEVICE_ID_LOONGSON_HDMI     0x7a37 + +#define PCI_VENDOR_ID_SOLIDIGM		0x025e +  #define PCI_VENDOR_ID_TTTECH		0x0357  #define PCI_DEVICE_ID_TTTECH_MC322	0x000a |