summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | USB: musb: kill some useless comments in Blackfin driverBryan Wu2009-12-111-4/+0Star
* | USB: musb: kill compile warning for Blackfin systemsBryan Wu2009-12-111-2/+2
* | USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger2009-12-111-4/+5
* | USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp2009-12-111-19/+60
* | USB: xhci: Return success for vendor-specific info codes.Sarah Sharp2009-12-111-0/+10
* | USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp2009-12-111-0/+1
* | USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp2009-12-112-6/+24
* | 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/+426Star
* | USB: xhci: Add tests for TRB address translation.Sarah Sharp2009-12-113-2/+163
* | usbtest: make module param pattern writeableVikram Pandita2009-12-111-2/+5
* | USB: fix possible null deref in init_usb_class()Dan Carpenter2009-12-111-0/+1
* | USB: r8a66597: clean up. remove unneeded null checksDan Carpenter2009-12-111-4/+0Star
* | USB: remove the auto_pm flagAlan Stern2009-12-113-6/+2Star
* | USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-111-1/+1
* | USB: option.c: add support for D-Link DWM-162-U5Zhang Le2009-12-111-0/+1
* | USB: ark3116: Cleanup of now unneeded functionsbart.hartgers@gmail.com2009-12-111-39/+0Star
* | USB: ark3116: Callbacks for interrupt and bulk readbart.hartgers@gmail.com2009-12-111-0/+194
* | USB: ark3116: Add cmset and breakbart.hartgers@gmail.com2009-12-111-0/+56
* | USB: ark3116: Replace cmgetbart.hartgers@gmail.com2009-12-111-24/+19Star
* | USB: ark3116: Make existing functions 16450-aware and add close and release f...bart.hartgers@gmail.com2009-12-111-219/+276
* | USB: ark3116: Setup some basic infrastructure for new ark3116 driver.bart.hartgers@gmail.com2009-12-111-6/+182
* | USB: Close usb_find_interface raceRuss Dill2009-12-111-18/+10Star
* | USB: FIX bitfield istl_flip:1, make it unsigned.Roel Kluin2009-12-111-2/+2
* | USB: Exposing second ACM channel as tty for Nokia S60 phones.Adrian Taylor2009-12-111-1/+57
* | USB: Check results of dma_map_singleLarry Finger2009-12-111-4/+10
* | USB: ehci: Allow EHCI to be built on OMAP3Anand Gadiyar2009-12-111-0/+1
* | USB: add scatter-gather support to usbmonAlan Stern2009-12-112-12/+62
* | USB: EHCI: add native scatter-gather supportAlan Stern2009-12-112-5/+29
* | USB: serial: sierra driver memory reductionElina Pasheva2009-12-111-12/+77
* | 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/+140Star
* | USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz2009-12-111-0/+3611
* | USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2009-12-112-117/+128
* | USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz2009-12-112-6/+13
* | USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz2009-12-112-152/+183
* | USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz2009-12-112-567/+572
* | USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack2009-12-114-0/+309
* | USB: fix a bug in the scatter-gather libraryAlan Stern2009-12-111-1/+2
* | USB: add a "remove hardware" sysfs attributeAlan Stern2009-12-113-2/+72
* | USB: don't use a fixed DMA mapping for hub status URBsAlan Stern2009-12-111-7/+2Star