index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
composite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
Revert "usb: gadget: composite: fix OS descriptors w_value logic"
Michal Vrastil
1
-3
/
+15
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-04-24
usb: gadget: composite: fix OS descriptors w_value logic
Peter Korsgaard
1
-3
/
+3
2023-08-22
usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()
Linyu Yuan
1
-20
/
+14
2023-07-25
usb: gadget: call usb_gadget_check_config() to verify UDC capability
Frank Li
1
-0
/
+4
2023-03-29
usb: gadget: Handle function suspend feature selector
Elson Roy Serrao
1
-5
/
+60
2023-03-29
usb: gadget: Add function wakeup support
Elson Roy Serrao
1
-0
/
+40
2023-03-29
usb: gadget: Properly configure the device for remote wakeup
Elson Roy Serrao
1
-0
/
+18
2023-03-27
Merge 6.3-rc4 into usb-next
Greg Kroah-Hartman
1
-4
/
+3
2023-03-16
usb: gadget: Use correct endianness of the wLength field for WebUSB
Andy Shevchenko
1
-4
/
+3
2023-03-09
usb: gadget: composite: Draw 100mA current if not configured
Prashanth K
1
-0
/
+4
2023-01-31
usb: gadget: Use correct APIs and data types for UUID handling
Andy Shevchenko
1
-2
/
+2
2023-01-19
usb: gadget: add WebUSB landing page support
Jó Ágila Bitsch
1
-10
/
+92
2022-04-26
USB: gadget: Rename usb_gadget_probe_driver()
Alan Stern
1
-1
/
+1
2022-03-15
usb: gadget: composite: remove usage of list iterator past the loop body
Jakob Koschel
1
-13
/
+14
2022-03-15
usb: gadget: composite: remove check of list iterator against head past the l...
Jakob Koschel
1
-4
/
+5
2022-02-11
USB: gadget: validate interface OS descriptor requests
Szymon Heidrich
1
-0
/
+3
2021-12-20
Merge 5.16-rc6 into usb-next
Greg Kroah-Hartman
1
-3
/
+3
2021-12-15
USB: gadget: bRequestType is a bitfield, not a enum
Greg Kroah-Hartman
1
-3
/
+3
2021-12-13
Merge 5.16-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+13
2021-12-12
USB: gadget: zero allocate endpoint 0 buffers
Greg Kroah-Hartman
1
-1
/
+1
2021-12-12
USB: gadget: detect too-big endpoint 0 requests
Greg Kroah-Hartman
1
-0
/
+12
2021-11-17
usb: gadget: composite: Show warning if function driver's descriptors are inc...
Qihang Hu
1
-13
/
+26
2021-07-21
usb: gadget: composite: Allow bMaxPower=0 if self-powered
Jack Pham
1
-2
/
+6
2021-01-18
usb: gadget: composite: Report various SSP sublink speeds
Thinh Nguyen
1
-26
/
+54
2021-01-18
usb: gadget: composite: Use SSP sublink speed macros
Thinh Nguyen
1
-21
/
+24
2021-01-11
Merge 5.11-rc3 into usb-next
Greg Kroah-Hartman
1
-2
/
+8
2021-01-04
usb: gadget: composite: Split composite reset and disconnect
Wesley Cheng
1
-2
/
+19
2020-12-28
usb: gadget: Fix spinlock lockup on usb_function_deactivate
Sriharsha Allenki
1
-2
/
+8
2020-10-28
usb: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-8
/
+8
2020-06-18
USB: replace hardcode maximum usb string length by definition
Macpaul Lin
1
-2
/
+2
2020-05-25
usb: gadget: Fix issue with config_ep_by_speed function
Pawel Laszczak
1
-17
/
+61
2020-03-15
usb: gadget: composite: Inform controller driver of self-powered
Thinh Nguyen
1
-0
/
+9
2020-02-11
usb: gadget: composite: Support more than 500mA MaxPower
Jack Pham
1
-6
/
+18
2020-02-11
usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
Jack Pham
1
-5
/
+3
2019-11-18
Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-3
/
+3
2019-10-27
usb: gadget: composite: Fix possible double free memory bug
Chandana Kishori Chiluveru
1
-0
/
+4
2019-10-22
usb: gadget: Quieten gadget config message
Joel Stanley
1
-3
/
+3
2019-09-02
Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-12
/
+26
2019-08-28
usb: gadget: composite: Set recommended BESL values
Thinh Nguyen
1
-12
/
+26
2019-08-12
usb: gadget: composite: Clear "suspended" on reset/disconnect
Benjamin Herrenschmidt
1
-0
/
+1
2019-06-18
usb: gadget: send usb_gadget as an argument in get_config_params
Anurag Kumar Vulisha
1
-1
/
+1
2018-07-17
usb: gadget: Fix OS descriptors support
Benjamin Herrenschmidt
1
-1
/
+0
2018-06-19
usb: gadget: composite: fix delayed_status race condition when set_interface
Chunfeng Yun
1
-0
/
+3
2018-05-15
usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speeds
Chunfeng Yun
1
-1
/
+1
2018-03-23
usb/gadget: Add an EP dispose() callback for EP lifetime tracking
Benjamin Herrenschmidt
1
-0
/
+16
2018-03-08
usb: gadget: composite: remove duplicated code in OS desc handling
Chris Dickens
1
-50
/
+22
2018-03-08
usb: gadget: composite: fix incorrect handling of OS desc requests
Chris Dickens
1
-21
/
+19
[next]