Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de713701 authored by Hemant Kumar's avatar Hemant Kumar Committed by Jack Pham
Browse files

usb: gadget: f_cdev: Increase number of driver instances to 3



This allows to instantiate two dial up network interfaces and
one NMEA interface.

Change-Id: I59f5d93a5e9360628d8004508162dcdb42f6520d
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent b3227c4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@

#define DEVICE_NAME "at_usb"
#define MODULE_NAME "msm_usb_bridge"
#define NUM_INSTANCE 2
#define NUM_INSTANCE 3

#define MAX_CDEV_INST_NAME	15
#define MAX_CDEV_FUNC_NAME	5