Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9.
Requested by: n_hibma
This commit is contained in:
parent
d1f7c4baa1
commit
6057aa350b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208015
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user