summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2017-04-07ACM gadget: fix endianness in notificationsOliver Neukum
2017-01-26usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi
2017-01-26usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak
2017-01-26USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern
2017-01-26USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-01-26USB: gadgetfs: fix use-after-free bugAlan Stern
2017-01-26USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-01-26usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2017-01-26usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi
2016-11-24usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi
2016-11-22usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi
2016-10-07usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter
2016-04-20usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello
2015-06-03usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak
2015-05-15usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz
2015-05-04usb: gadget: composite: enable BESL supportFelipe Balbi
2015-03-12usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi
2015-01-06usb: gadget: at91_udc: move prepare clk into process contextRonald Wahl
2014-11-13usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi
2014-11-13usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi
2014-10-31usb: pch_udc: usb gadget device support for Intel Quark X1000Bryan O'Donoghue
2014-07-17usb: gadget: f_fs: fix NULL pointer dereference when there are no stringsMichal Nazarewicz
2014-07-02usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle
2014-06-06usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot
2014-05-15usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros
2014-05-15usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT
2014-05-15usb: gadget: tcm_usb_gadget: stop format stringsKees Cook
2014-05-05tty: Fix low_latency BUGPeter Hurley
2014-03-05usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli
2013-12-20usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik
2013-10-01Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-10-01usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga
2013-10-01usb: gadget: f_fs: fix error handlingRobert Baldyga
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro
2013-09-23usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold
2013-09-17Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-09-17USB: Faraday fotg210: fix email addressesDave Jones
2013-09-17usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park
2013-09-17usb: s3c-hsotg: fix unregistration functionMarek Szyprowski
2013-09-17usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh
2013-09-17usb: gadget: f_eem: Staticize eem_allocSachin Kamat
2013-09-17usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat
2013-09-17usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang
2013-09-17usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz
2013-09-17usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern
2013-09-17usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_di...Alexey Khoroshilov
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-30usb: acm gadget: Null termintate strings tableGraham Williams
2013-08-27usb: fotg210-udc: use platform_{get,set}_drvdata()Libo Chen