projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b2d1d
)
EHCI: add NEC PCI ID
author
Sergei Shtylyov
<sshtylyov@ru.mvista.com>
Sat, 27 Feb 2010 18:34:41 +0000
(21:34 +0300)
committer
Remy Bohmer
<linux@bohmer.net>
Thu, 8 Apr 2010 19:40:00 +0000
(21:40 +0200)
Add NEC EHCI controller to the list of the supported devices.
Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
drivers/usb/host/ehci-pci.c | 1 +
1 file changed, 1 insertion(+)
drivers/usb/host/ehci-pci.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-pci.c
b/drivers/usb/host/ehci-pci.c
index 441b1a271439580d3b6e7388817e7a2ac7a9418f..047902a0c1c62fed41a3ba1827b95248cf865eee 100644
(file)
--- 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