diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2014-11-25 06:15:00 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2014-11-25 06:15:00 +0000 |
commit | 45aaf263aa437f434aee1c67a7c3b071997e7b1b (patch) | |
tree | 927c981a2bf3a21e07aa97365733ecf037faebbb /sys/dev/usb/controller | |
parent | 029391b08904011dd57ebd772aeb6b7c9620be5d (diff) | |
download | FreeBSD-src-45aaf263aa437f434aee1c67a7c3b071997e7b1b.zip FreeBSD-src-45aaf263aa437f434aee1c67a7c3b071997e7b1b.tar.gz |
Add Apple Intrepid USB controller ID.
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r-- | sys/dev/usb/controller/ohci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 36ca677..fa83d61 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -175,6 +175,8 @@ ohci_pci_match(device_t self) case 0x0019106b: return ("Apple KeyLargo USB controller"); + case 0x003f106b: + return ("Apple KeyLargo/Intrepid USB controller"); default: break; |