Skip to content
Snippets Groups Projects
Commit 298f8af1 authored by Zhao Chenhui's avatar Zhao Chenhui Committed by Kumar Gala
Browse files

echi: add ULI1575 PCI ID


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

Signed-off-by: default avatarZhao Chenhui <b35336@freescale.com>
Acked-by: default avatarRemy Bohmer <linux@bohmer.net>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent a7b1e1b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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