aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-21usb: gadget : fix use-after-free in composite_dev_cleanup()Tao Xue1-0/+5
2025-06-19usb: gadget: Remove unused usb_remove_configDr. David Alan Gilbert1-24/+0
2025-06-19usb: gadget: composite: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-01usb: gadget: Use get_status callback to set remote wakeup capabilityPrashanth K1-7/+5
2025-03-03usb: gadget: Check bmAttributes only if configuration is validPrashanth K1-1/+1
2025-02-20usb: gadget: Fix setting self-powered state on suspendMarek Szyprowski1-1/+2
2025-02-19usb: gadget: Set self-powered based on MaxPower and bmAttributesPrashanth K1-5/+11
2024-11-16Revert "usb: gadget: composite: fix OS descriptors w_value logic"Michal Vrastil1-3/+15
2024-11-13drivers/usb/gadget: refactor min with min_tSabyrzhan Tasbolatov1-6/+6
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-04-23usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard1-3/+3
2023-08-22usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Linyu Yuan1-20/+14
2023-07-25usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li1-0/+4
2023-03-29usb: gadget: Handle function suspend feature selectorElson Roy Serrao1-5/+60
2023-03-29usb: gadget: Add function wakeup supportElson Roy Serrao1-0/+40
2023-03-29usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao1-0/+18
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman1-4/+3
2023-03-16usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko1-4/+3
2023-03-09usb: gadget: composite: Draw 100mA current if not configuredPrashanth K1-0/+4
2023-01-31usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko1-2/+2
2023-01-19usb: gadget: add WebUSB landing page supportJó Ágila Bitsch1-10/+92
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern1-1/+1
2022-03-15usb: gadget: composite: remove usage of list iterator past the loop bodyJakob Koschel1-13/+14
2022-03-15usb: gadget: composite: remove check of list iterator against head past the loop bodyJakob Koschel1-4/+5
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich1-0/+3
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-3/+3
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman1-3/+3
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman1-1/+13
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman1-1/+1
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman1-0/+12
2021-11-17usb: gadget: composite: Show warning if function driver's descriptors are incomplete.Qihang Hu1-13/+26
2021-07-21usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham1-2/+6
2021-01-18usb: gadget: composite: Report various SSP sublink speedsThinh Nguyen1-26/+54
2021-01-18usb: gadget: composite: Use SSP sublink speed macrosThinh Nguyen1-21/+24
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman1-2/+8
2021-01-04usb: gadget: composite: Split composite reset and disconnectWesley Cheng1-2/+19
2020-12-28usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki1-2/+8
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-8/+8
2020-06-18USB: replace hardcode maximum usb string length by definitionMacpaul Lin1-2/+2
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak1-17/+61
2020-03-15usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen1-0/+9
2020-02-11usb: gadget: composite: Support more than 500mA MaxPowerJack Pham1-6/+18
2020-02-11usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+3
2019-10-27usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru1-0/+4
2019-10-22usb: gadget: Quieten gadget config messageJoel Stanley1-3/+3
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-12/+26
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen1-12/+26