Re: [RFC 2/4] Intel xhci: Support EHCI/xHCI port switching.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, May 26, 2011 at 10:23:17AM +0200, Hans Petter Selasky wrote:
> On Thursday 26 May 2011 01:29:16 Sarah Sharp wrote:
> > +static bool is_intel_switchable_ehci(struct pci_dev *pdev)
> > +{
> > +       return pdev->class == PCI_CLASS_SERIAL_USB_EHCI &&
> > +               pdev->vendor == PCI_VENDOR_ID_INTEL &&
> > +               pdev->device == 0x1E26;
> > +}
> > +
> > +static bool is_intel_switchable_xhci(struct pci_dev *pdev)
> > +{
> > +       return pdev->class == PCI_CLASS_SERIAL_USB_XHCI &&
> > +               pdev->vendor == PCI_VENDOR_ID_INTEL &&
> > +               pdev->device == PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI;
> > +}
> 
> Is this this a new standard or only INTEL specific?

Intel specific.

Sarah Sharp
--
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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux