From: Sergei Shtylyov Date: Sat, 27 Feb 2010 18:34:41 +0000 (+0300) Subject: EHCI: add NEC PCI ID X-Git-Tag: v2010.06-rc1~118^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7a22a364ceea97133c1fb7aff073953c7a61228;p=kernel%2Fu-boot.git EHCI: add NEC PCI ID Add NEC EHCI controller to the list of the supported devices. Signed-off-by: Sergei Shtylyov drivers/usb/host/ehci-pci.c | 1 + 1 file changed, 1 insertion(+) --- diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 441b1a2..047902a 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -28,6 +28,7 @@ #ifdef CONFIG_PCI_EHCI_DEVICE static struct pci_device_id ehci_pci_ids[] = { /* Please add supported PCI EHCI controller ids here */ + {0x1033, 0x00E0}, {0, 0} }; #endif