aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c
AgeCommit message (Expand)Author
2023-12-15usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-04usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...Lee Jones
2023-03-29usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao
2023-02-09usb: gadget: configfs: Fix set but not used variable warningDaniel Scally
2023-02-07usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally
2023-02-07usb: gadget: configfs: Support arbitrary string descriptorsDaniel Scally
2023-02-07usb: gadget: configfs: Rename struct gadget_stringsDaniel Scally
2023-02-06usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko
2023-02-02usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami
2023-01-31usg: gadget: Move validation out of lock in webusb_bcdVersion_store()Andy Shevchenko
2023-01-24usb: gadget: Move kstrtox() out of lockAndy Shevchenko
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-19usb: gadget: add WebUSB landing page supportJó Ágila Bitsch
2023-01-17USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern
2022-04-21usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa
2022-03-15usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel
2021-11-23usb: gadget: configfs: use to_usb_function_instance() in cfg (un)link funcLinyu Yuan
2021-11-23usb: gadget: configfs: use to_config_usb_cfg() in os_desc_link()Linyu Yuan
2021-11-23usb: gadget: configfs: remove os_desc_attr_release()Linyu Yuan
2021-11-23usb: gadget: configfs: simplify os_desc_item_to_gadget_info() helperLinyu Yuan
2021-10-22usb: gadget: configfs: change config attributes file operationLinyu Yuan
2021-10-22usb: gadget: configfs: add cfg_to_gadget_info() helperLinyu Yuan
2021-08-05usb: gadget: Fix inconsistent indentWei Ming Chen
2021-07-12usb: gadget: configfs: Check USB configuration before addingWesley Cheng
2021-03-17usb: gadget: configfs: Fix KASAN use-after-freeJim Lin
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman
2021-01-07usb: gadget: configfs: Add a specific configFS reset callbackWesley Cheng
2021-01-07usb: gadget: enable super speed plustaehyun.cho
2021-01-04usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru
2021-01-04usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung
2020-06-18USB: replace hardcode maximum usb string length by definitionMacpaul Lin
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-05-15USB: gadget: fix illegal array access in binding with UDCKyungtae Kim
2020-05-05usb: gadget: add "usb_validate_langid" functionTao Ren
2020-01-15usb: gadget: configfs: Add max_speed settingThinh Nguyen
2019-11-20usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen
2018-07-26usb: gadget: configfs: avoid spaces for indentationParth Y Shah
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: configfs: make config_item_type constBhumika Goyal
2017-10-11usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov
2017-06-13usb: gadget: configfs: use hexadecimal values and new lineStefan Agner
2017-06-13usb: gadget: configfs: make qw_sign attribute symmetricStefan Agner
2017-03-06usb: gadget: configs: plug memory leakJohn Keeping
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz
2016-08-31usb: gadget: configfs: log function unbinding as debugRomain Izard