summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen2010-03-022-2/+4
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-0211-133/+8
* USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-021-1/+0
* USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-021-1/+1
* usb: gadgetfs: Convert semaphore to mutexThomas Gleixner2010-03-021-18/+21
* USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-021-9/+6
* USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-022-6/+28
* USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik2010-03-022-35/+85
* USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori2010-03-021-2/+2
* USB: s3c-hsotg: Staticise non-exported functionsMark Brown2010-03-021-3/+4
* USB: gadget: Add DEVTYPE support for Ethernet functionsMarcel Holtmann2010-03-021-0/+5
* USB goku_udc: make PCI device id constantNémeth Márton2010-03-021-1/+1
* USB gadget: make Open Firmware device id constantNémeth Márton2010-03-021-1/+1
* USB: gadget: introduce g_nokia gadget driverFelipe Balbi2010-03-023-0/+271
* USB: Correct CONFIG variable typo.Robert P. J. Day2010-03-021-1/+1
* USB: gadget: add INT support for Blackfin musbCliff Cai2010-03-021-0/+5
* USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu2010-03-021-0/+14
* USB: at91_udc.c: use resource_size()H Hartley Sweeten2010-03-021-6/+4
* USB: atmel_usba_udc.c: use resource_size()H Hartley Sweeten2010-03-021-2/+2
* USB: pxa27x_udc.c: use resource_size()H Hartley Sweeten2010-03-021-1/+1
* USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz2010-03-021-6/+13
* Merge branch 'topic/misc' into for-linusTakashi Iwai2010-03-012-4/+4
|\
| * usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.hDaniel Mack2010-02-232-4/+4
* | USB: gadget: fix EEM gadget CRC usageBrian Niebuhr2010-02-161-2/+1
* | USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usageMichal Nazarewicz2010-02-161-1/+1
* | USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown2010-02-161-0/+1
* | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown2010-02-161-0/+1
|/
* USB: audio gadget: free alsa devices when unloadingCliff Cai2009-12-234-5/+12
* USB: audio gadget: fix wTotalLength calculationCliff Cai2009-12-231-1/+4
* USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall2009-12-231-3/+5
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-15/+0
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-092-24/+50
| |\
| * | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-111-15/+0
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-1/+1
|\ \ \
| * | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
* | | | USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDISMichal Nazarewicz2009-12-113-10/+21
* | | | USB: g_multi kconfig: fix depends and help textRandy Dunlap2009-12-111-7/+7
* | | | USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz2009-12-113-0/+399
* | | | USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-112-14/+29
* | | | USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz2009-12-111-2/+3
* | | | USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz2009-12-111-582/+648
* | | | USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-113-294/+387
* | | | USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz2009-12-111-5/+17
* | | | USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2009-12-112-96/+178
* | | | USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-116-500/+426
* | | | USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz2009-12-112-4/+59
* | | | USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz2009-12-111-162/+199
* | | | USB: g_mass_storage: constant length buffers usedMichal Nazarewicz2009-12-112-20/+21
* | | | USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz2009-12-111-168/+173
* | | | USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz2009-12-112-572/+140