Skip to content
Snippets Groups Projects
Commit d7a22a36 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Remy Bohmer
Browse files

EHCI: add NEC PCI ID


Add NEC EHCI controller to the list of the supported devices.

Signed-off-by: default avatarSergei Shtylyov <sshtylyov@mvista.com>

 drivers/usb/host/ehci-pci.c |    1 +
 1 file changed, 1 insertion(+)
parent c8b2d1dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment