aboutsummaryrefslogtreecommitdiff
path: root/Documentation/usb
AgeCommit message (Expand)AuthorFilesLines
2022-06-09docs: usb: fix literal block marker in usbmon verification exampleGravatar Justin Swartz 1-1/+1
2022-04-21usb: gadget: uvc: allow changing interface name via configfsGravatar Dan Vacura 1-0/+1
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSGravatar Pavel Hofman 1-2/+2
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsGravatar Pavel Hofman 1-0/+2
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsGravatar Yunhao Tian 1-0/+1
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsGravatar Yunhao Tian 1-0/+1
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesGravatar Julian Scheel 1-2/+2
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesGravatar Julian Scheel 1-2/+2
2021-12-30docs: ABI: fixed req_number desc in UAC1Gravatar Pavel Hofman 1-1/+1
2021-08-05docs: usb: fix malformed tableGravatar Hu Haowen 1-42/+42
2021-07-21usb: gadget: f_uac1: add volume and mute supportGravatar Ruslan Bilovol 1-8/+18
2021-07-21usb: gadget: f_uac2: add volume and mute supportGravatar Ruslan Bilovol 1-1/+11
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2021-06-17docs: usb: replace some charactersGravatar Mauro Carvalho Chehab 2-2/+2
2021-06-09usb: gadget: u_audio: add real feedback implementationGravatar Ruslan Bilovol 1-0/+1
2021-06-09usb: gadget: f_uac2: add adaptive sync support for captureGravatar Ruslan Bilovol 1-0/+1
2021-05-16Merge tag 'usb-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2021-05-13docs: usb: function: Modify path nameGravatar Wei Ming Chen 1-1/+1
2021-05-10Documentation: drop optional BOMsGravatar Randy Dunlap 2-2/+2
2021-05-10docs: usb: function: Modify path nameGravatar Wei Ming Chen 1-1/+1
2021-04-09docs: usbip: Fix major fields and descriptions in protocolGravatar Hongren Zheng (Zenithal) 1-151/+193
2021-01-26usb: raw-gadget: update documentation and KconfigGravatar Andrey Konovalov 1-46/+56
2021-01-15usb: gadget: u_ether: support configuring interface names.Gravatar Lorenzo Colitti 1-15/+15
2020-07-21USB: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 3-7/+7
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2020-05-14usb: raw-gadget: documentation updatesGravatar Andrey Konovalov 1-2/+28
2020-05-14usb: raw-gadget: support stalling/halting/wedging endpointsGravatar Andrey Konovalov 1-2/+0
2020-05-14usb: raw-gadget: fix gadget endpoint selectionGravatar Andrey Konovalov 1-3/+2
2020-05-05docs: filesystems: convert configfs.txt to ReSTGravatar Mauro Carvalho Chehab 1-2/+2
2020-03-15usb: gadget: add raw-gadget interfaceGravatar Andrey Konovalov 2-0/+62
2020-01-28docs: usb: remove some broken referencesGravatar Mauro Carvalho Chehab 2-8/+0
2019-10-04USB: rio500: Remove Rio 500 kernel driverGravatar Bastien Nocera 1-109/+0
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGravatar Greg Kroah-Hartman 2-587/+0
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiGravatar Mauro Carvalho Chehab 25-2/+70
2019-05-21USB: rio500: update DocumentationGravatar Oliver Neukum 1-53/+13
2019-04-16docs: usb: convert documents to ReSTGravatar Mauro Carvalho Chehab 23-1239/+1663
2019-02-22usb: core: add option of only authorizing internal devicesGravatar Dmitry Torokhov 1-1/+3
2018-11-26Documentation/usb: Fix typoGravatar Thiébaud Weksteen 1-1/+1
2018-07-20Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 1-9/+0
2018-07-11USB: serial: clean up kl5kusb105 documentationGravatar Johan Hovold 1-9/+0
2018-06-18doc: usb: Fix typo in gadget_configfs documentationGravatar Jaejoong Kim 1-1/+1
2018-01-15Merge 4.15-rc8 into usb-nextGravatar Greg Kroah-Hartman 1-1/+1
2018-01-11Documentation: usb: fix typo in UVC gadgetfs config commandGravatar Bin Liu 1-1/+1
2017-12-12USB: remove the URB_NO_FSBR flagGravatar Alan Stern 1-1/+0
2017-12-08doc: usb: chipidea: Fix typo in 'enumerate'Gravatar Fabio Estevam 1-6/+6
2017-10-12Documentation: fix usb related doc refsGravatar Tom Saeger 1-1/+1
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiGravatar Ruslan Bilovol 1-0/+44
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyGravatar Ruslan Bilovol 1-4/+5
2017-06-02usb: move ReST documentation to Documentation/driver-api/usb/Gravatar Felipe Balbi 2-284/+0
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+184