summaryrefslogtreecommitdiff
path: root/hw/usb_cfs_client_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Mofidy indentINSUN PYO1-2/+2
2020-04-07Refactoring usb function variable in usb gadgetINSUN PYO1-1/+1
2020-04-07Rework usb gadget validataionINSUN PYO1-15/+21
2020-03-30Remove unused usb_clientsubmit/tizen_5.5/20200331.081954submit/tizen_5.5/20200330.024853accepted/tizen/5.5/unified/20200331.180322accepted/tizen/5.5/unified/20200330.153516INSUN PYO1-5/+7
2020-03-26Refactoring config's stringsubmit/tizen_5.5/20200326.062228submit/tizen_5.5/20200326.053433accepted/tizen/5.5/unified/20200326.232401INSUN PYO1-2/+2
2020-03-26Refactoring gadget's stringINSUN PYO1-23/+24
2020-03-26Refactoring usb gadgetINSUN PYO1-15/+11
2020-03-26Fixed incorrect use of errno in usb cfs clientINSUN PYO1-6/+3
2020-03-25Fixed configfs not supporting multi-configurationINSUN PYO1-12/+15
2020-03-24Revert "Change global variable _available_funcs to const"submit/tizen_5.5/20200324.034815accepted/tizen/5.5/unified/20200325.144922INSUN PYO1-7/+7
2020-03-20Change global variable _available_funcs to constsubmit/tizen_5.5/20200320.020709accepted/tizen/5.5/unified/20200320.124917INSUN PYO1-7/+7
2020-03-20Rewrite usb_function to hide global variable _available_funcsINSUN PYO1-103/+71
2020-03-20Rework reconfiguration configfs gadgetINSUN PYO1-168/+111
2020-03-19Fixed a possibility that the function handler might be called twiceINSUN PYO1-45/+47
2020-03-18Fix build errorsubmit/tizen_5.5/20200318.072527Hyotaek Shim1-0/+1
2020-03-17Remove unused usb_client hal featuresubmit/tizen_5.5/20200318.064104submit/tizen_5.5/20200318.033330INSUN PYO1-392/+4
2020-03-16Fixed misuse of const variablesubmit/tizen_5.5/20200316.083018submit/tizen_5.5/20200316.065201accepted/tizen/5.5/unified/20200316.155231INSUN PYO1-28/+30
2020-03-16Remove unused usb functions after changing usb modesubmit/tizen_5.5/20200313.073358INSUN PYO1-3/+107
2020-03-13Fixed using wrong usb function list when usb gadget enable/disable in configfsINSUN PYO1-45/+51
2020-03-12Refactoring: replace ffs_service to is_functionfsINSUN PYO1-16/+16
2020-03-11Fixed to stop services of functionfs when gadget is disabledINSUN PYO1-2/+18
2020-02-21Remove workaround code that it makes usb work in Artiksubmit/tizen_5.5/20200221.073347accepted/tizen/5.5/unified/20200224.123548INSUN PYO1-16/+0
2020-02-07Apply mac addres for rndis modesubmit/tizen_5.5/20200207.085239accepted/tizen/5.5/unified/20200210.131643Youngjae Cho1-0/+38
2020-01-30Refactoring usb gadget header #2INSUN PYO1-1/+1
2020-01-28Add USB enable/disable handlersubmit/tizen_5.5/20200128.045317accepted/tizen/5.5/unified/20200129.120429tizen_5.5_tvINSUN PYO1-0/+6
2020-01-28Refactoring usb gadget for functionfssubmit/tizen_5.5/20200128.022624INSUN PYO1-41/+22
2020-01-22Refactoring usb gadget headersubmit/tizen_5.5/20200122.234617accepted/tizen/5.5/unified/20200128.034023INSUN PYO1-26/+19
2020-01-15Add code to run rndis.service(rndis) and data-route.service(acm) in configfs ...submit/tizen_5.5/20200115.105138accepted/tizen/5.5/unified/20200116.120643INSUN PYO1-8/+44
2020-01-15Fix memory leak in configfssubmit/tizen_5.5/20200115.084508accepted/tizen/5.5/unified/20200116.120701INSUN PYO1-1/+4
2020-01-03Change file permission from "-rwxr-xr-x" to "-rw-r--r--"submit/tizen_5.5/20200103.025031accepted/tizen/5.5/unified/20200105.221131INSUN PYO1-0/+0
2019-12-30Add USB_FUNCTION_GROUP_WITH_POST_SERVICE for cfs post service.submit/tizen_5.5/20191230.073843accepted/tizen/5.5/unified/20200102.013952INSUN PYO1-0/+2
2019-09-16usb_cfs_client: Enable gadget at reconfiguration #2submit/tizen/20191001.105102INSUN PYO1-3/+14
2019-04-10Change libgdbus library name to libsyscommon.submit/tizen/20190410.090025accepted/tizen/unified/20190412.124555Yunmi Ha1-1/+1
2019-03-25Rename systemd_stop_unit_sync() to systemd_stop_unit_wait_stopped()submit/tizen/20190325.102033accepted/tizen/unified/20190326.024559Hyotaek Shim1-3/+3
2019-02-08dbus: remove systemd start/stop unit apisanghyeok.oh1-5/+5
2018-11-19Fix some static analysis warnings.submit/tizen/20181120.234806accepted/tizen/unified/20181121.060510Michal Bloch1-4/+1
2018-10-15usb: Move ffs services cleanup to hw_cfs_gadget_closesubmit/tizen/20181015.121248Paweł Szewczyk1-25/+25
2018-10-12usb_client: Cleanup ffs services at gadget disablesubmit/tizen/20181015.022811Paweł Szewczyk1-0/+25
2018-06-29usb_cfs_client: Enable gadget at reconfigurationPaweł Szewczyk1-0/+5
2018-06-26Add common code from usb_client HALPaweł Szewczyk1-0/+916