summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: rndis: don't test against req->lengthFelipe Balbi2011-05-131-2/+1
* usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD2011-05-131-1/+1
* USB: s3c-hsotg: return proper error if clk_get failsJingoo Han2011-05-131-1/+1
* USB: s3c-hsotg: fix checkpatch warningsJingoo Han2011-05-131-4/+3
* USB: s3c-hsudc: fix checkpatch error and warningJingoo Han2011-05-131-1/+1
* USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han2011-05-131-2/+2
* USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham2011-05-104-0/+1375
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-102-2/+2
* usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-101-1/+5
* usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros2011-05-101-1/+61
* USB: OTG: msm: Implement charger detectionPavankumar Kondeti2011-05-061-0/+10
* fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh2011-05-061-6/+21
* USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala2011-05-031-14/+17
* USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti2011-05-031-6/+14
* USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+7
* USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: s3c-hsotg: Add copyright stringAnton Tikhomirov2011-05-021-0/+3
* USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov2011-05-021-5/+0
* USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov2011-05-021-31/+111
* USB: s3c-hsotg: Fix control request processingAnton Tikhomirov2011-05-021-8/+9
* USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov2011-05-021-38/+20
* USB: s3c-hsotg: Fix core resetAnton Tikhomirov2011-05-021-5/+2
* USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-022-15/+134
* USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2011-05-022-31/+112
* USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2011-05-022-25/+100
* usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz2011-04-291-1/+2
* usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior2011-04-291-1/+20
* USB: g_printer required set interface requestJonas Andersson2011-04-291-0/+2
* USB: dbpg gadget: dont mask out direction bitSven Schnelle2011-04-291-2/+2
* USB: dbgp gadget: set MaxpacketSize0Sven Schnelle2011-04-291-0/+1
* USB: dbgp gadget: fix return value of dbgp_setupSven Schnelle2011-04-291-5/+4
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-196-91/+66
|\
| * Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-143-10/+49
| * usb: gadget: storage_common: use kstrto*()Michal Nazarewicz2011-04-131-6/+9
| * usb: fix a typo in a commentWeiping Pan(潘卫平)2011-04-131-1/+1
| * usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros2011-04-131-0/+1
| * usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros2011-04-131-0/+5
| * USB: g_file_storage: don't send padding when stall=nAlan Stern2011-04-132-84/+23
| * usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-133-49/+10
| * usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto2011-04-132-0/+27
* | USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0Valentin Longchamp2011-04-131-2/+18
* | usb: pch_udc: unlock on allocation failureDan Carpenter2011-04-131-3/+5
* | usb/gadget: don't leak hs_descriptorsSebastian Andrzej Siewior2011-04-131-0/+1
* | usb: gadget: eem: fix echo command processingYauheni Kaliuta2011-04-131-2/+6
* | usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda2011-04-131-0/+2
* | USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov2011-04-131-1/+3
|/
* Fix common misspellingsLucas De Marchi2011-03-3117-45/+45
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-261-69/+7
|\