Skip to content

Commit

Permalink
USB: cdc-acm: add support for up to 256 devices
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Oliver Neukum <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jhovold authored and gregkh committed May 24, 2015
1 parent 6cb4f4d commit 65c35dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/class/cdc-acm.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

#define ACM_TTY_MAJOR 166
#define ACM_TTY_MINORS 32
#define ACM_TTY_MINORS 256

/*
* Requests.
Expand Down

0 comments on commit 65c35dd

Please sign in to comment.