From 7a5f59ce73f3a000cac34a762fdae3b7a8908cf5 Mon Sep 17 00:00:00 2001 From: Joe Jin Date: Fri, 4 May 2012 22:52:06 -0700 Subject: [PATCH] cdc-acm: Increase number of devices to 64 cdc-acm: Increase number of devices to 64 Orabug: 21219170 Increase usb acm devices to 64. Signed-off-by: Joe Jin Signed-off-by: Guangyu Sun Signed-off-by: Santosh Shilimkar --- drivers/usb/class/cdc-acm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h index ffeb3c83941f..84e30bdaa372 100644 --- 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 64 /* * Requests. -- 2.50.1