diff options
| author | Ben Chuang <[email protected]> | 2019-08-27 08:33:09 +0800 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2019-09-11 15:58:39 +0200 |
| commit | 4460d68f0b2f9092273531fbc65613e1855c2e07 (patch) | |
| tree | 146e749a513119e752050be141b76204eef23307 /include/linux/pci_ids.h | |
| parent | 1beabbdba708bc9b6d7fc04695cc98d1287d92f2 (diff) | |
PCI: Add Genesys Logic, Inc. Vendor ID
Add the Genesys Logic, Inc. vendor ID to pci_ids.h.
Signed-off-by: Ben Chuang <[email protected]>
Co-developed-by: Michael K Johnson <[email protected]>
Signed-off-by: Michael K Johnson <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c842735a4f45..87686a3309e1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2405,6 +2405,8 @@ #define PCI_DEVICE_ID_RDC_R6061 0x6061 #define PCI_DEVICE_ID_RDC_D1010 0x1010 +#define PCI_VENDOR_ID_GLI 0x17a0 + #define PCI_VENDOR_ID_LENOVO 0x17aa #define PCI_VENDOR_ID_QCOM 0x17cb |
