projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b1e1b
)
echi: add ULI1575 PCI ID
author
Zhao Chenhui
<b35336@freescale.com>
Sun, 13 Mar 2011 15:00:40 +0000
(10:00 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:42 +0000
(09:24 -0500)
Add ULI1575 EHCI controller to the list of the supported devices.
Signed-off-by: Zhao Chenhui <b35336@freescale.com>
Acked-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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
cff3438
..
bf490b0
100644
(file)
--- a/
drivers/usb/host/ehci-pci.c
+++ b/
drivers/usb/host/ehci-pci.c
@@
-29,6
+29,7
@@
static struct pci_device_id ehci_pci_ids[] = {
/* Please add supported PCI EHCI controller ids here */
{0x1033, 0x00E0},
+ {0x10b9, 0x5239}, /* ULI1575 PCI EHCI module ids */
{0, 0}
};
#endif