aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-07-25usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li
2023-03-29usb: gadget: Handle function suspend feature selectorElson Roy Serrao
2023-03-29usb: gadget: Add function wakeup supportElson Roy Serrao
2023-03-29usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman
2023-03-16usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko
2023-03-09usb: gadget: composite: Draw 100mA current if not configuredPrashanth K
2023-01-31usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko
2023-01-19usb: gadget: add WebUSB landing page supportJó Ágila Bitsch
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern
2022-03-15usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel
2022-03-15usb: gadget: composite: remove check of list iterator against head past the l...Jakob Koschel
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman
2021-11-17usb: gadget: composite: Show warning if function driver's descriptors are inc...Qihang Hu
2021-07-21usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham
2021-01-18usb: gadget: composite: Report various SSP sublink speedsThinh Nguyen
2021-01-18usb: gadget: composite: Use SSP sublink speed macrosThinh Nguyen
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman
2021-01-04usb: gadget: composite: Split composite reset and disconnectWesley Cheng
2020-12-28usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-18USB: replace hardcode maximum usb string length by definitionMacpaul Lin
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak
2020-03-15usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen
2020-02-11usb: gadget: composite: Support more than 500mA MaxPowerJack Pham
2020-02-11usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-10-27usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru
2019-10-22usb: gadget: Quieten gadget config messageJoel Stanley
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen
2019-08-12usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha
2018-07-17usb: gadget: Fix OS descriptors supportBenjamin Herrenschmidt
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun
2018-05-15usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speedsChunfeng Yun
2018-03-23usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt
2018-03-08usb: gadget: composite: remove duplicated code in OS desc handlingChris Dickens
2018-03-08usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens
2017-11-28usb: gadget: don't dereference g until after it has been null checkedColin Ian King
2017-11-07USB: gadget: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva