aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev1-1/+1
2021-07-27usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev1-0/+18
2021-07-27usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell1-6/+20
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King1-1/+1
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-56/+457
2021-06-21usb: gadget: eem: fix echo command packet response issueLinyu Yuan1-4/+39
2021-06-21usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman12-17/+24
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman12-17/+24
2021-06-09usb: gadget: u_audio: add real feedback implementationRuslan Bilovol4-10/+134
2021-06-09usb: gadget: f_uac2: add adaptive sync support for captureRuslan Bilovol2-9/+93
2021-06-09usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol3-3/+168
2021-06-09usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov1-33/+32
2021-06-09usb: gadget: function: printer: use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-09usb: gadget: eem: fix wrong eem header operationLinyu Yuan1-2/+2
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski10-10/+14
2021-06-09usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski1-4/+4
2021-06-09USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski1-1/+1
2021-06-04usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng1-0/+3
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2021-05-10usb: gadget: function: Fix inconsistent indentWei Ming Chen2-4/+4
2021-05-10usb: gadget: Drop unnecessary NULL checks after container_ofGuenter Roeck1-5/+0
2021-05-10usb: gadget: function: fix typo in f_hid.cWei Ming Chen1-1/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-20/+16
2021-03-23USB: gadget: f_fs: fix memdup_user.cocci warningskernel test robot1-8/+3
2021-03-23usb: gadget: u_audio: convert to strscpyRuslan Bilovol1-3/+3
2021-03-23usb: gadget: f_uac1: disable IN/OUT ep if unusedRuslan Bilovol1-66/+163
2021-03-23usb: gadget: f_uac1: validate input parametersRuslan Bilovol1-0/+43
2021-03-23usb: gadget: f_uac2: validate input parametersRuslan Bilovol1-2/+37
2021-03-23usb: f_uac2: adds support for SS and SSPPawel Laszczak1-67/+161
2021-03-23usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson1-1/+2
2021-03-18usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak1-0/+1
2021-03-18usb: gadget: uvc: Updating bcdUVC field to 0x0110Pawel Laszczak1-1/+1
2021-03-18usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak1-1/+6
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman3-4/+4
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin1-2/+0
2021-03-10usb: gadget: function: fix typo in f_printer.cWei Ming Chen1-1/+1
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-10USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-03-04scsi: target: usb: gadget: Convert to new submission APIMike Christie1-10/+6
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie1-10/+10
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso1-2/+2
2021-01-18usb: gadget: u_audio: clean up lockingJerome Brunet1-19/+4
2021-01-18usb: gadget: u_audio: remove struct uac_reqJerome Brunet1-32/+26
2021-01-18usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet1-22/+21
2021-01-18usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14
2021-01-15usb: gadget: u_ether: support configuring interface names.Lorenzo Colitti3-2/+58
2021-01-12usb/gadget: f_midi: Replace tasklet with workDavidlohr Bueso1-5/+7