On Wed, 25 May 2011, Sarah Sharp wrote: > 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 <sarah.a.sharp@xxxxxxxxxxxxxxx> > --- > include/linux/pci_ids.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index 24787b7..f7bb030 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2485,6 +2485,7 @@ > #define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_1 0x1d41 > #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0x1e40 > #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0x1e5f > +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI 0x1e31 These entries are supposed to be in numerical order. Otherwise nobody can find anything. > #define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MIN 0x2310 > #define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MAX 0x231f > #define PCI_DEVICE_ID_INTEL_82801AA_0 0x2410 Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html