usbdev-composite: The maximum number of composite devices supported is changed to 8
Signed-off-by: sunkun3 <sunkun3@xiaomi.com>
This commit is contained in:
parent
324402ed30
commit
1b0ab4c0f7
|
@ -95,7 +95,7 @@
|
|||
# define COMPOSITE_REMOTEWAKEUP (0)
|
||||
#endif
|
||||
|
||||
#define NUM_DEVICES_TO_HANDLE (4)
|
||||
#define NUM_DEVICES_TO_HANDLE (8)
|
||||
|
||||
/* Descriptors **************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue