summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-10-101-5/+10
* USB: net2280: Fix erroneous synchronization changeAlan Stern2018-09-261-2/+14
* usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-09-261-1/+4
* usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca2018-09-051-10/+10
* usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy2018-09-051-1/+9
* usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy2018-09-051-35/+5
* usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy2018-09-051-17/+13
* usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska2018-09-051-1/+5
* usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca2018-09-051-3/+3
* usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca2018-09-051-2/+2
* usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai2018-09-051-1/+1
* usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai2018-09-051-2/+2
* usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun2018-08-241-0/+3
* usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier2018-08-241-8/+18
* usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda2018-08-031-1/+7
* usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-281-1/+1
* usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda2018-06-161-0/+7
* usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda2018-06-161-3/+3
* usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens2018-05-251-21/+19
* usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang2018-05-251-1/+1
* usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen2018-05-251-0/+4
* usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen2018-05-251-1/+1
* usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner2018-05-251-2/+2
* usb: gadget: core: Fix use-after-free of usb_requestManu Gautam2018-05-251-1/+1
* usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping2018-05-251-0/+2
* USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba2018-04-242-1/+4
* usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi2018-04-241-0/+3
* USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun2018-03-211-0/+1
* usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong2018-03-191-1/+0
* usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-281-31/+7
* usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-281-4/+2
* usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt2018-02-031-1/+1
* usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar2018-02-031-1/+2
* usb: gadget: don't dereference g until after it has been null checkedColin Ian King2018-02-031-2/+5
* USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern2018-01-171-15/+13
* usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier2017-12-171-1/+1
* usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping2017-12-141-2/+11
* usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros2017-12-141-2/+6
* usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda2017-12-141-1/+1
* usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov2017-11-211-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-114-14/+25
* usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov2017-10-111-0/+5
* USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern2017-10-111-3/+6
* usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre2017-09-281-1/+3
* usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-282-4/+14
* usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda2017-09-281-2/+3
* usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda2017-09-281-1/+10
* usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda2017-09-281-1/+2
* USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern2017-09-281-2/+30