aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern1-4/+1
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern1-0/+1
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior1-2/+4
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior1-3/+2
2011-06-06usb/mv_udc_core: fix compileSebastian Andrzej Siewior1-4/+4
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu5-0/+5
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown1-10/+12
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov1-1/+3
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds19-298/+2107
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds5-0/+5
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-05-17USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson1-1/+1
2011-05-13usb: gadget: rndis: don't test against req->lengthFelipe Balbi1-2/+1
2011-05-13usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-05-13USB: s3c-hsotg: return proper error if clk_get failsJingoo Han1-1/+1
2011-05-13USB: s3c-hsotg: fix checkpatch warningsJingoo Han1-4/+3
2011-05-13USB: s3c-hsudc: fix checkpatch error and warningJingoo Han1-1/+1
2011-05-13USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han1-2/+2
2011-05-10USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham4-0/+1375
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John2-2/+2
2011-05-10usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros1-1/+5
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros1-1/+61
2011-05-06USB: OTG: msm: Implement charger detectionPavankumar Kondeti1-0/+10
2011-05-06fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh1-6/+21
2011-05-03USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala1-14/+17
2011-05-03USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti1-6/+14
2011-05-03USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti1-1/+7
2011-05-03USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-02USB: s3c-hsotg: Add copyright stringAnton Tikhomirov1-0/+3
2011-05-02USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov1-5/+0
2011-05-02USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov1-31/+111
2011-05-02USB: s3c-hsotg: Fix control request processingAnton Tikhomirov1-8/+9
2011-05-02USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov1-38/+20
2011-05-02USB: s3c-hsotg: Fix core resetAnton Tikhomirov1-5/+2
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2-15/+134
2011-05-02USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2-31/+112
2011-05-02USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2-25/+100
2011-04-29usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz1-1/+2
2011-04-29usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior1-1/+20
2011-04-29USB: g_printer required set interface requestJonas Andersson1-0/+2
2011-04-29USB: dbpg gadget: dont mask out direction bitSven Schnelle1-2/+2
2011-04-29USB: dbgp gadget: set MaxpacketSize0Sven Schnelle1-0/+1
2011-04-29USB: dbgp gadget: fix return value of dbgp_setupSven Schnelle1-5/+4
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman6-91/+66
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman3-10/+49
2011-04-13usb: gadget: storage_common: use kstrto*()Michal Nazarewicz1-6/+9