svn commit: r260903 - head/sys/dev/usb/net

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jan 20 07:09:20 UTC 2014


Author: hselasky
Date: Mon Jan 20 07:09:19 2014
New Revision: 260903
URL: http://svnweb.freebsd.org/changeset/base/260903

Log:
  Add support for GPS ports to UHSO driver.
  
  Submitted by:	Lundberg, Johannes <johannes at brilliantservice.co.jp>
  MFC after:	1 week

Modified:
  head/sys/dev/usb/net/uhso.c

Modified: head/sys/dev/usb/net/uhso.c
==============================================================================
--- head/sys/dev/usb/net/uhso.c	Mon Jan 20 05:57:58 2014	(r260902)
+++ head/sys/dev/usb/net/uhso.c	Mon Jan 20 07:09:19 2014	(r260903)
@@ -817,6 +817,8 @@ uhso_probe_iface_auto(struct usb_device 
 		    UHSO_PORT_SERIAL | UHSO_PORT_NETWORK, port));
 	case UHSO_PORT_TYPE_DIAG:
 	case UHSO_PORT_TYPE_DIAG2:
+	case UHSO_PORT_TYPE_GPS:
+	case UHSO_PORT_TYPE_GPSCTL:
 	case UHSO_PORT_TYPE_CTL:
 	case UHSO_PORT_TYPE_APP:
 	case UHSO_PORT_TYPE_APP2:


More information about the svn-src-head mailing list