aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2014-06-18usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot
2014-06-18usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros
2014-06-18usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT
2014-06-18usb: gadget: tcm_usb_gadget: stop format stringsKees Cook
2014-06-18tty: Fix low_latency BUGPeter Hurley
2014-03-28gadget: Numerous build fixesJohn Stultz
2014-03-19drivers: usb: gadget: 64-bit related type fixesGreg Hackmann
2014-03-19fix false disconnect due to a signal sent to the reading processkeunyoung
2014-03-19usb: gadget: f_mtp: move userspace interface to uapiColin Cross
2014-03-19usb: gadget: android: Remove device if probe failsBenoit Goby
2014-03-19USB: remove duplicate out endpoint creation in MTP modePeter Oh
2014-03-19usb: gadget: android: 3.10 fixesArve Hjønnevåg
2014-03-19usb: gadget: android: move init to late_initcall for nowArve Hjønnevåg
2014-03-19usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.9Arve Hjønnevåg
2014-03-19usb: gadget: Fix android gadget driver buildBenoit Goby
2014-03-19HACK: usb: gadget: Fix enumeration on bootBenoit Goby
2014-03-19usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.8Arve Hjønnevåg
2014-03-19usb: gadget: accessory: Fix section mismatch (again)Todd Poynor
2014-03-19usb: gadget: f_fs: Fix enumeration in fullspeed modeBenoit Goby
2014-03-19USB: gadget: f_audio_source: New gadget driver for audio outputMike Lockwood
2014-03-19USB: gadget: f_accessory: Add support for HID input devicesMike Lockwood
2014-03-19USB: gadget: Add ACCESSORY_SET_AUDIO_MODE control request and ioctlMike Lockwood
2014-03-19usb: gadget: accessory: Fix section mismatchBenoit Goby
2014-03-19usb: gadget: android: Add FunctionFSBenoit Goby
2014-03-19usb: gadget: android: Fix product nameBenoit Goby
2014-03-19usb: gadget: composite: Fix corruption when changing configurationBenoit Goby
2014-03-19usb: gadget: adb: Only enable the gadget when adbd is readyBenoit Goby
2014-03-19usb: gadget: adb: do not set error flag when dequeuing reqColin Cross
2014-03-19usb: gadget: adb: allow freezing in adb_readColin Cross
2014-03-19usb: gadget: accessory: Add Android Accessory functionBenoit Goby
2014-03-19usb: gadget: adb: Add ADB functionBenoit Goby
2014-03-19usb: gadget: mtp: Add MTP/PTP functionBenoit Goby
2014-03-19usb: gadget: Add Android Composite Gadget driverBenoit Goby
2014-02-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz
2014-02-20usb: gadget: printer: using gadget_is_otg to check otg support at runtimePeter Chen
2014-02-18usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli
2014-02-18usb: gadget: s3c2410_udc: Fix build errorSachin Kamat
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun
2014-01-07usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.cWei Yongjun
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi
2013-12-23usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson
2013-12-23usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter
2013-12-23usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter
2013-12-23usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter
2013-12-23usb: gadget: s3c-hsotg: enable build for other platformsMatt Porter
2013-12-20usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman
2013-12-19usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX