Skip to content

Commit 7fe4fc8

Browse files
author
Sarah Sharp
committed
Intel xhci: Add PCI id for Panther Point xHCI host.
This adds the PCI ID for the xHCI (USB 3.0) host controller in the Intel Panther Point chipset. It will be used by both the EHCI and xHCI driver in the following patches. Signed-off-by: Sarah Sharp <[email protected]>
1 parent f444ff2 commit 7fe4fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/pci_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,7 @@
24832483
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0x1c5f
24842484
#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_0 0x1d40
24852485
#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_1 0x1d41
2486+
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI 0x1e31
24862487
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0x1e40
24872488
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0x1e5f
24882489
#define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MIN 0x2310

0 commit comments

Comments
 (0)