PERFORCE change 178089 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue May 11 09:49:06 UTC 2010


http://p4web.freebsd.org/@@178089?ac=10

Change 178089 by hselasky at hselasky_laptop001 on 2010/05/11 09:48:54

	
	USB serial:
		- increase the maximum number of ports to 12 in u3g driver.
		- patch by: Nick Hibma

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/serial/u3g.c#31 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/serial/u3g.c#31 (text+ko) ====

@@ -71,7 +71,7 @@
     &u3g_debug, 0, "Debug level");
 #endif
 
-#define	U3G_MAXPORTS		8
+#define	U3G_MAXPORTS		12
 #define	U3G_CONFIG_INDEX	0
 #define	U3G_BSIZE		2048
 


More information about the p4-projects mailing list