Add static configurations for usb gadget mode according to tethering on/off 87/224687/7
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 12 Feb 2020 08:00:20 +0000 (17:00 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 12 Feb 2020 10:43:09 +0000 (19:43 +0900)
commitad970aa17322aac76a8d70234ea274e91d2952ca
tree5883154be4d1af5c028b5a6b74e76caf77005c8f
parentec51cd1610ba0e7962771e3d5a8348c767f15573
Add static configurations for usb gadget mode according to tethering on/off

On:
SET_USB_RNDIS_SDB (USB_FUNCTION_ACM | USB_FUNCTION_SDB | USB_FUNCTION_RNDIS)

Off:
SET_USB_SDB (USB_FUNCTION_ACM | USB_FUNCTION_SDB | USB_FUNCTION_MTP)

Change-Id: I18cad16c6cebfa6d168beb2acca6462e673d2701
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/usb/usb-tethering.c