summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2021-07-28usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev
2021-07-27usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev
2021-07-27usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-21usb: gadget: eem: fix echo command packet response issueLinyu Yuan
2021-06-21usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman
2021-06-09usb: gadget: u_audio: add real feedback implementationRuslan Bilovol
2021-06-09usb: gadget: f_uac2: add adaptive sync support for captureRuslan Bilovol
2021-06-09usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol
2021-06-09usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov
2021-06-09usb: gadget: function: printer: use list_move instead of list_del/list_addBaokun Li
2021-06-09usb: gadget: eem: fix wrong eem header operationLinyu Yuan
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski
2021-06-09usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski
2021-06-09USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski
2021-06-04usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-10usb: gadget: function: Fix inconsistent indentWei Ming Chen
2021-05-10usb: gadget: Drop unnecessary NULL checks after container_ofGuenter Roeck
2021-05-10usb: gadget: function: fix typo in f_hid.cWei Ming Chen
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-03-23USB: gadget: f_fs: fix memdup_user.cocci warningskernel test robot
2021-03-23usb: gadget: u_audio: convert to strscpyRuslan Bilovol
2021-03-23usb: gadget: f_uac1: disable IN/OUT ep if unusedRuslan Bilovol
2021-03-23usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-03-23usb: gadget: f_uac2: validate input parametersRuslan Bilovol
2021-03-23usb: f_uac2: adds support for SS and SSPPawel Laszczak
2021-03-23usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2021-03-18usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak
2021-03-18usb: gadget: uvc: Updating bcdUVC field to 0x0110Pawel Laszczak
2021-03-18usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-10usb: gadget: storage: Remove unused function pointer typedef fsg_routine_tChen Lin
2021-03-10usb: gadget: function: fix typo in f_printer.cWei Ming Chen
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol
2021-03-10USB: gadget: u_ether: Fix a configfs return codeDan Carpenter
2021-03-04scsi: target: usb: gadget: Convert to new submission APIMike Christie
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie
2021-01-19usb: gadget: u_serial: Remove old tasklet commentsDavidlohr Bueso
2021-01-18usb: gadget: u_audio: clean up lockingJerome Brunet
2021-01-18usb: gadget: u_audio: remove struct uac_reqJerome Brunet
2021-01-18usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet
2021-01-18usb: gadget: u_audio: Free requests only after callbackJack Pham
2021-01-15usb: gadget: u_ether: support configuring interface names.Lorenzo Colitti
2021-01-12usb/gadget: f_midi: Replace tasklet with workDavidlohr Bueso