summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-4/+7
* usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...Lee Jones2023-12-041-1/+1
* usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2023-03-291-0/+3
* usb: gadget: configfs: Fix set but not used variable warningDaniel Scally2023-02-091-3/+1
* usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally2023-02-071-16/+77
* usb: gadget: configfs: Support arbitrary string descriptorsDaniel Scally2023-02-071-2/+170
* usb: gadget: configfs: Rename struct gadget_stringsDaniel Scally2023-02-071-16/+16
* usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko2023-02-061-2/+1
* usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami2023-02-021-0/+6
* usg: gadget: Move validation out of lock in webusb_bcdVersion_store()Andy Shevchenko2023-01-311-7/+3
* usb: gadget: Move kstrtox() out of lockAndy Shevchenko2023-01-241-36/+36
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-231-2/+10
|\
| * USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen2023-01-171-2/+10
* | usb: gadget: add WebUSB landing page supportJó Ágila Bitsch2023-01-191-0/+166
|/
* usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-031-1/+2
* Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-031-0/+2
|\
| * usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa2022-04-211-0/+2
* | USB: gadget: Rename usb_gadget_probe_driver()Alan Stern2022-04-261-1/+1
|/
* usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-10/+14
* usb: gadget: configfs: use to_usb_function_instance() in cfg (un)link funcLinyu Yuan2021-11-231-6/+4
* usb: gadget: configfs: use to_config_usb_cfg() in os_desc_link()Linyu Yuan2021-11-231-3/+1
* usb: gadget: configfs: remove os_desc_attr_release()Linyu Yuan2021-11-231-16/+0
* usb: gadget: configfs: simplify os_desc_item_to_gadget_info() helperLinyu Yuan2021-11-231-5/+4
* usb: gadget: configfs: change config attributes file operationLinyu Yuan2021-10-221-5/+10
* usb: gadget: configfs: add cfg_to_gadget_info() helperLinyu Yuan2021-10-221-4/+7
* usb: gadget: Fix inconsistent indentWei Ming Chen2021-08-051-4/+4
* usb: gadget: configfs: Check USB configuration before addingWesley Cheng2021-07-121-0/+4
* usb: gadget: configfs: Fix KASAN use-after-freeJim Lin2021-03-171-4/+10
* Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman2021-01-111-6/+13
|\
| * usb: gadget: enable super speed plustaehyun.cho2021-01-071-2/+2
| * usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru2021-01-041-2/+2
| * usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung2021-01-041-2/+9
* | usb: gadget: configfs: Add a specific configFS reset callbackWesley Cheng2021-01-071-1/+23
|/
* USB: replace hardcode maximum usb string length by definitionMacpaul Lin2020-06-181-1/+1
* Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-05-251-13/+1
|\
| * usb: gadget: add "usb_validate_langid" functionTao Ren2020-05-051-13/+1
* | USB: gadget: fix illegal array access in binding with UDCKyungtae Kim2020-05-151-0/+3
|/
* usb: gadget: configfs: Add max_speed settingThinh Nguyen2020-01-151-0/+43
* usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun2019-11-201-0/+1
* usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-271-5/+105
* usb: gadget: configfs: avoid spaces for indentationParth Y Shah2018-07-261-2/+2
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-5/+5
|\
| * usb: gadget: configfs: make config_item_type constBhumika Goyal2017-10-191-5/+5
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-111-7/+8
* usb: gadget: configfs: use hexadecimal values and new lineStefan Agner2017-06-131-3/+3
* usb: gadget: configfs: make qw_sign attribute symmetricStefan Agner2017-06-131-2/+6
* usb: gadget: configs: plug memory leakJohn Keeping2017-03-061-0/+1
* fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-5/+3
* usb: gadget: configfs: log function unbinding as debugRomain Izard2016-08-311-1/+1