diff options
| author | Shunyong Yang <[email protected]> | 2019-02-01 17:11:14 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2019-02-01 17:11:42 -0600 |
| commit | b8580e9de48bf32b884910d22330ef2fa027cf01 (patch) | |
| tree | 3d7545ef0a9c6a7717f17510390da1c4521eed3e /include | |
| parent | 83a50d3a235b9c074f30af105b9d9751b55edb70 (diff) | |
PCI: Add HXT vendor ID
Add the HXT vendor ID to pci_ids.h.
Signed-off-by: Shunyong Yang <[email protected]>
[bhelgaas: split to separate patch]
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Sinan Kaya <[email protected]>
CC: Joey Zheng <[email protected]>
Diffstat (limited to 'include')
| -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 5eaf39dbc388..26420e619dd7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2573,6 +2573,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_HXT 0x1dbf + #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 |