summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2011-05-03USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: s3c-hsotg: Add copyright stringAnton Tikhomirov
2011-05-03USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov
2011-05-03USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov
2011-05-03USB: s3c-hsotg: Fix control request processingAnton Tikhomirov
2011-05-03USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov
2011-05-03USB: s3c-hsotg: Fix core resetAnton Tikhomirov
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin
2011-05-02USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin
2011-05-02USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin
2011-04-30usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz
2011-04-30usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior
2011-04-30USB: g_printer required set interface requestJonas Andersson
2011-04-30USB: dbpg gadget: dont mask out direction bitSven Schnelle
2011-04-30USB: dbgp gadget: set MaxpacketSize0Sven Schnelle
2011-04-30USB: dbgp gadget: fix return value of dbgp_setupSven Schnelle
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman
2011-04-14usb: gadget: storage_common: use kstrto*()Michal Nazarewicz
2011-04-13usb: fix a typo in a commentWeiping Pan(潘卫平)
2011-04-13usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros
2011-04-13usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros
2011-04-13USB: g_file_storage: don't send padding when stall=nAlan Stern
2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab
2011-04-13usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto
2011-04-13USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0Valentin Longchamp
2011-04-13usb: pch_udc: unlock on allocation failureDan Carpenter
2011-04-13usb/gadget: don't leak hs_descriptorsSebastian Andrzej Siewior
2011-04-13usb: gadget: eem: fix echo command processingYauheni Kaliuta
2011-04-13usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda
2011-04-13USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-26Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King
2011-03-17Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov
2011-03-14USB 3.0 Hub ChangesJohn Youn
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen
2011-03-07USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti
2011-03-03USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala
2011-03-03usb-gadget: fix warning in ethernetStephen Hemminger
2011-02-28f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-02-25usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad