svn commit: r275010 - head/sys/dev/usb/controller

Justin Hibbits jhibbits at FreeBSD.org
Tue Nov 25 06:15:01 UTC 2014


Author: jhibbits
Date: Tue Nov 25 06:15:00 2014
New Revision: 275010
URL: https://svnweb.freebsd.org/changeset/base/275010

Log:
  Add Apple Intrepid USB controller ID.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/usb/controller/ohci_pci.c

Modified: head/sys/dev/usb/controller/ohci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/ohci_pci.c	Tue Nov 25 06:11:05 2014	(r275009)
+++ head/sys/dev/usb/controller/ohci_pci.c	Tue Nov 25 06:15:00 2014	(r275010)
@@ -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;


More information about the svn-src-all mailing list