diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 45f3092243..62524a3e20 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __DEVICE_PCI_IDS_H__ #define __DEVICE_PCI_IDS_H__ @@ -3369,6 +3370,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA 0x9dd7 #define PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA 0x282a #define PCI_DEVICE_ID_INTEL_CNP_H_SATA 0xa352 +#define PCI_DEVICE_ID_INTEL_CNP_H_HALO_SATA 0xa353 #define PCI_DEVICE_ID_INTEL_CNP_LP_SATA 0x9dd3 #define PCI_DEVICE_ID_INTEL_ICP_U_SATA 0x34d3 #define PCI_DEVICE_ID_INTEL_CMP_SATA 0x02d5 |