summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-11-25 06:15:00 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-11-25 06:15:00 +0000
commit45aaf263aa437f434aee1c67a7c3b071997e7b1b (patch)
tree927c981a2bf3a21e07aa97365733ecf037faebbb
parent029391b08904011dd57ebd772aeb6b7c9620be5d (diff)
downloadFreeBSD-src-45aaf263aa437f434aee1c67a7c3b071997e7b1b.zip
FreeBSD-src-45aaf263aa437f434aee1c67a7c3b071997e7b1b.tar.gz
Add Apple Intrepid USB controller ID.
MFC after: 2 weeks
-rw-r--r--sys/dev/usb/controller/ohci_pci.c2
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;
OpenPOWER on IntegriCloud