commit | 9450efee9da945cd3854bfa604ad4ca3baf0364d | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Sep 23 00:47:01 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 23 00:47:01 2007 +0200 |
tree | 0b99fd1078edde65d0ca2e9c798d9b34d4098c69 | |
parent | f7a59e208a6c79b58e3e2fede456b448dac206fa [diff] | |
parent | c7157e9ec2e2d1025b178b719a4cd701d3e39d0a [diff] |
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
diff --git a/drivers/usb_ohci.c b/drivers/usb_ohci.c index 14984a5..7ddcab6 100644 --- a/drivers/usb_ohci.c +++ b/drivers/usb_ohci.c
@@ -93,6 +93,7 @@ #ifdef CONFIG_PCI_OHCI static struct pci_device_id ohci_pci_ids[] = { {0x10b9, 0x5237}, /* ULI1575 PCI OHCI module ids */ + {0x1033, 0x0035}, /* NEC PCI OHCI module ids */ /* Please add supported PCI OHCI controller ids here */ {0, 0} };