Explorar o código

echi: add ULI1575 PCI ID

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>
Zhao Chenhui %!s(int64=14) %!d(string=hai) anos
pai
achega
298f8af17b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/usb/host/ehci-pci.c

+ 1 - 0
drivers/usb/host/ehci-pci.c

@@ -29,6 +29,7 @@
 static struct pci_device_id ehci_pci_ids[] = {
 static struct pci_device_id ehci_pci_ids[] = {
 	/* Please add supported PCI EHCI controller ids here */
 	/* Please add supported PCI EHCI controller ids here */
 	{0x1033, 0x00E0},
 	{0x1033, 0x00E0},
+	{0x10b9, 0x5239},	/* ULI1575 PCI EHCI module ids */
 	{0, 0}
 	{0, 0}
 };
 };
 #endif
 #endif