mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 08:39:52 +00:00
USB: cdc-acm: add support for up to 256 devices
Increase the minor range to enable support for up to 256 devices. Some people are hitting the current 32 device limit. Hopefully 256 minors will be enough for while still. Signed-off-by: Johan Hovold <johan@kernel.org> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6cb4f4df68
commit
65c35dd590
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#define ACM_TTY_MAJOR 166
|
||||
#define ACM_TTY_MINORS 32
|
||||
#define ACM_TTY_MINORS 256
|
||||
|
||||
/*
|
||||
* Requests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user