projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb4f4d
)
USB: cdc-acm: add support for up to 256 devices
author
Johan Hovold
<johan@kernel.org>
Mon, 18 May 2015 15:34:12 +0000
(17:34 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 24 May 2015 16:30:03 +0000
(09:30 -0700)
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>
drivers/usb/class/cdc-acm.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/class/cdc-acm.h
b/drivers/usb/class/cdc-acm.h
index ffeb3c83941f5a79fe480d85dc140b11d47178ad..a9e68ce25425ca0dce62ca917475b0a448862393 100644
(file)
--- a/
drivers/usb/class/cdc-acm.h
+++ b/
drivers/usb/class/cdc-acm.h
@@
-19,7
+19,7
@@
*/
#define ACM_TTY_MAJOR 166
-#define ACM_TTY_MINORS
32
+#define ACM_TTY_MINORS
256
/*
* Requests.