svn commit: r187188 - head/sys/conf

Andrew Thompson thompsa at FreeBSD.org
Tue Jan 13 11:18:45 PST 2009


Author: thompsa
Date: Tue Jan 13 19:18:43 2009
New Revision: 187188
URL: http://svn.freebsd.org/changeset/base/187188

Log:
  Hook up the u3g2 driver.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Jan 13 19:17:11 2009	(r187187)
+++ head/sys/conf/files	Tue Jan 13 19:18:43 2009	(r187188)
@@ -1609,6 +1609,7 @@ dev/usb2/wlan/usb2_wlan.c	optional usb2_
 #
 # USB2 serial and parallel port drivers
 #
+dev/usb2/serial/u3g2.c		optional usb2_core usb2_serial usb2_serial_3g
 dev/usb2/serial/uark2.c		optional usb2_core usb2_serial usb2_serial_ark
 dev/usb2/serial/ubsa2.c		optional usb2_core usb2_serial usb2_serial_bsa
 dev/usb2/serial/ubser2.c	optional usb2_core usb2_serial usb2_serial_bser


More information about the svn-src-head mailing list