summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak2015-06-031-0/+1
* usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz2015-05-151-0/+9
* usb: gadget: composite: enable BESL supportFelipe Balbi2015-05-041-1/+1
* usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi2015-03-121-1/+4
* usb: gadget: at91_udc: move prepare clk into process contextRonald Wahl2015-01-061-12/+32
* usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi2014-11-131-0/+5
* usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi2014-11-131-3/+4
* usb: pch_udc: usb gadget device support for Intel Quark X1000Bryan O'Donoghue2014-10-312-4/+21
* usb: gadget: f_fs: fix NULL pointer dereference when there are no stringsMichal Nazarewicz2014-07-171-5/+7
* usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle2014-07-021-1/+1
* usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot2014-06-061-10/+0
* usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros2014-05-151-1/+1
* usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT2014-05-151-3/+3
* usb: gadget: tcm_usb_gadget: stop format stringsKees Cook2014-05-151-1/+1
* tty: Fix low_latency BUGPeter Hurley2014-05-051-2/+2
* usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli2014-03-051-26/+32
* usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik2013-12-201-0/+1
* Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-013-5/+8
|\
| * usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga2013-10-011-1/+1
| * usb: gadget: f_fs: fix error handlingRobert Baldyga2013-10-011-0/+2
| * usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold2013-09-231-4/+5
* | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
* | Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-178-36/+20
|\|
| * usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park2013-09-171-2/+0
| * usb: s3c-hsotg: fix unregistration functionMarek Szyprowski2013-09-171-7/+4
| * usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh2013-09-171-0/+2
| * usb: gadget: f_eem: Staticize eem_allocSachin Kamat2013-09-171-1/+1
| * usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat2013-09-171-1/+1
| * usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang2013-09-171-4/+4
| * usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz2013-09-171-18/+1
| * usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern2013-09-171-3/+4
| * usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_di...Alexey Khoroshilov2013-09-171-0/+3
* | USB: Faraday fotg210: fix email addressesDave Jones2013-09-172-2/+2
|/
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-5/+4
|\
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-3/+3
| * aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-2/+1
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-2/+2
* | usb: acm gadget: Null termintate strings tableGraham Williams2013-08-301-0/+1
* | usb: fotg210-udc: use platform_{get,set}_drvdata()Libo Chen2013-08-271-2/+2
* | Merge tag 'usb-for-v3.12-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-08-275-14/+11
|\ \
| * | usb: gadget: double unlocks on error in atmel_usba_start()Dan Carpenter2013-08-271-6/+4
| * | usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter2013-08-271-1/+1
| * | usb: gadget: gadgetfs: use after free in dev_release()Dan Carpenter2013-08-271-4/+0
| * | usb: gadget: USB_NET2272_DMA should depend on HAS_DMAGeert Uytterhoeven2013-08-271-1/+1
| * | usb: gadget: USB_R8A66597 should depend on HAS_DMAGeert Uytterhoeven2013-08-271-0/+1
| * | usb: gadget: USB_FUSB300 should depend on HAS_DMAGeert Uytterhoeven2013-08-271-1/+1
| * | usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz2013-08-271-1/+3
* | | USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman2013-08-277-48/+43
|/ /
* | usb:gadget Fix comment for pointer to configfsPhilippe De Swert2013-08-191-1/+1
* | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-1330-1966/+108
|\ \