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

Commit 6152b69a authored by Hemant Kumar's avatar Hemant Kumar
Browse files

usb: gadget: f_cdev: Increase number of char device instance



In case DUN and NMEA instances are created on another gadget
instance, increase total number of char device instance from
2 to 4.

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

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

#define MAX_CDEV_INST_NAME	15
#define MAX_CDEV_FUNC_NAME	5