Add static configurations for usb gadget mode according to sdb debugging on/off 22/224722/3
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 12 Feb 2020 10:59:58 +0000 (19:59 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 12 Feb 2020 11:26:35 +0000 (11:26 +0000)
commit630d7c136475adaf14e3a8595ef9f01674f9d917
tree0b1465f8dc5e68df0b1a468901a0eb2387f3b9d7
parentad970aa17322aac76a8d70234ea274e91d2952ca
Add static configurations for usb gadget mode according to sdb debugging on/off

On:
SET_USB_SDB (USB_FUNCTION_MTP | USB_FUNCTION_ACM | USB_FUNCTION_SDB)

Off:
SET_USB_DEFAULT (USB_FUNCTION_MTP | USB_FUNCTION_ACM)

Change-Id: I88248ee3508a9529f875bb85a12b020907e40798
src/usb/usb-debug.c