From 298f8af17b5056fd4135708c1745572f351bd339 Mon Sep 17 00:00:00 2001 From: Zhao Chenhui Date: Sun, 13 Mar 2011 10:00:40 -0500 Subject: echi: add ULI1575 PCI ID Add ULI1575 EHCI controller to the list of the supported devices. Signed-off-by: Zhao Chenhui Acked-by: Remy Bohmer Signed-off-by: Kumar Gala --- drivers/usb/host/ehci-pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/usb/host/ehci-pci.c') diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff3438929..bf490b0d32 100644 --- 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 -- cgit v1.2.1