summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-05-12 22:57:16 +0000
committerthompsa <thompsa@FreeBSD.org>2010-05-12 22:57:16 +0000
commit5dffb0c59d44ff09d899e3155a8121e67823e4c5 (patch)
treedb9cd08458091a000b960bc399179a957581cde1
parent738964c449af4a811f487440419ff4f3ad709e18 (diff)
downloadFreeBSD-src-5dffb0c59d44ff09d899e3155a8121e67823e4c5.zip
FreeBSD-src-5dffb0c59d44ff09d899e3155a8121e67823e4c5.tar.gz
Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9.
Requested by: n_hibma
-rw-r--r--sys/dev/usb/serial/u3g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index ffe8812..e2c7cb0 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -71,7 +71,7 @@ SYSCTL_INT(_hw_usb_u3g, OID_AUTO, debug, CTLFLAG_RW,
&u3g_debug, 0, "Debug level");
#endif
-#define U3G_MAXPORTS 8
+#define U3G_MAXPORTS 12
#define U3G_CONFIG_INDEX 0
#define U3G_BSIZE 2048
OpenPOWER on IntegriCloud