summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen2-2/+4
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger11-133/+8
2010-03-02USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard1-1/+0
2010-03-02USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz1-1/+1
2010-03-02usb: gadgetfs: Convert semaphore to mutexThomas Gleixner1-18/+21
2010-03-02USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz1-9/+6
2010-03-02USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2-6/+28
2010-03-02USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik2-35/+85
2010-03-02USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori1-2/+2
2010-03-02USB: s3c-hsotg: Staticise non-exported functionsMark Brown1-3/+4
2010-03-02USB: gadget: Add DEVTYPE support for Ethernet functionsMarcel Holtmann1-0/+5
2010-03-02USB goku_udc: make PCI device id constantNémeth Márton1-1/+1
2010-03-02USB gadget: make Open Firmware device id constantNémeth Márton1-1/+1
2010-03-02USB: gadget: introduce g_nokia gadget driverFelipe Balbi3-0/+271
2010-03-02USB: Correct CONFIG variable typo.Robert P. J. Day1-1/+1
2010-03-02USB: gadget: add INT support for Blackfin musbCliff Cai1-0/+5
2010-03-02USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu1-0/+14
2010-03-02USB: at91_udc.c: use resource_size()H Hartley Sweeten1-6/+4
2010-03-02USB: atmel_usba_udc.c: use resource_size()H Hartley Sweeten1-2/+2
2010-03-02USB: pxa27x_udc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-03-02USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz1-6/+13
2010-03-01Merge branch 'topic/misc' into for-linusTakashi Iwai2-4/+4
2010-02-23usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.hDaniel Mack2-4/+4
2010-02-16USB: gadget: fix EEM gadget CRC usageBrian Niebuhr1-2/+1
2010-02-16USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usageMichal Nazarewicz1-1/+1
2010-02-16USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown1-0/+1
2010-02-16USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown1-0/+1
2009-12-23USB: audio gadget: free alsa devices when unloadingCliff Cai4-5/+12
2009-12-23USB: audio gadget: fix wTotalLength calculationCliff Cai1-1/+4
2009-12-23USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall1-3/+5
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-15/+0
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2009-12-11USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDISMichal Nazarewicz3-10/+21
2009-12-11USB: g_multi kconfig: fix depends and help textRandy Dunlap1-7/+7
2009-12-11USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz3-0/+399
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2-14/+29
2009-12-11USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz1-2/+3
2009-12-11USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz1-582/+648
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz3-294/+387
2009-12-11USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz1-5/+17
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2-96/+178
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz6-500/+426
2009-12-11USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz2-4/+59
2009-12-11USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz1-162/+199
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2-20/+21
2009-12-11USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz1-168/+173
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz2-572/+140
2009-12-11USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz1-0/+3611
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2-117/+128
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2-6/+13