summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2013-01-17usb: gadget: dummy: fix enumeration with g_multiSebastian Andrzej Siewior
2013-01-11usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior
2012-08-09usb: gadget: Fix g_ether interface link statusKevin Cernekee
2012-06-01usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...Peter Chen
2012-05-07usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart
2012-05-07USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern
2012-04-27usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz
2012-04-22USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA
2012-04-22usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA
2012-04-22usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/discon...Tomoya MORINAGA
2012-04-22usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA
2012-04-22usb: gadget: pch_udc: Fix wrong return valueTomoya MORINAGA
2012-04-22usb: gadget: pch_udc: Fix disconnect issueTomoya MORINAGA
2012-04-02usb: fsl_udc_core: Fix scheduling while atomic dump messagePeter Chen
2012-04-02USB: gadget: Make g_hid device class conform to spec.Orjan Friberg
2012-04-02usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber
2012-02-13usb: gadget: zero: fix bug in loopback autoresume handlingTimo Juhani Lindfors
2011-11-11USB: g_printer: fix bug in unregistrationFabian Godehardt
2011-07-01USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior
2011-06-06usb/mv_udc_core: fix compileSebastian Andrzej Siewior
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-17USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson
2011-05-13usb: gadget: rndis: don't test against req->lengthFelipe Balbi
2011-05-13usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD
2011-05-13USB: s3c-hsotg: return proper error if clk_get failsJingoo Han
2011-05-13USB: s3c-hsotg: fix checkpatch warningsJingoo Han
2011-05-13USB: s3c-hsudc: fix checkpatch error and warningJingoo Han
2011-05-13USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han
2011-05-10USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John
2011-05-10usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros
2011-05-06USB: OTG: msm: Implement charger detectionPavankumar Kondeti
2011-05-06fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh
2011-05-03USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala
2011-05-03USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti