[U-Boot] [PATCH 4/4] EHCI: add NEC PCI ID

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(+)
Index: u-boot/drivers/usb/host/ehci-pci.c =================================================================== --- u-boot.orig/drivers/usb/host/ehci-pci.c +++ u-boot/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

Hi,
2010/2/27 Sergei Shtylyov sshtylyov@ru.mvista.com:
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(+)
Applied to u-boot-usb Thanks!
Remy
Index: u-boot/drivers/usb/host/ehci-pci.c
--- u-boot.orig/drivers/usb/host/ehci-pci.c +++ u-boot/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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Remy Bohmer
-
Sergei Shtylyov