summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: wusb: don't leak urb in certain error casesDavid Vrabel1-4/+3
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel1-11/+11
2009-12-11USB: usb-storage: fix bug in fill_inquiryAlan Stern1-7/+8
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern3-4/+23
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern3-65/+36
2009-12-11USB: add devpath sysfs attributeGreg Kroah-Hartman1-1/+12
2009-12-11USB: twl4030: Enable USB regulators before enabling USB chargingAguilar Pena, Leed1-2/+2
2009-12-11USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms1-4/+10
2009-12-11USB: musb_gadget: remove pointless loopSergei Shtylyov1-92/+82
2009-12-11USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()Sergei Shtylyov2-27/+38
2009-12-11USB: musb_gadget: implement set_wedge() methodSergei Shtylyov3-2/+26
2009-12-11USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, againSergei Shtylyov1-1/+0
2009-12-11USB: MUSB: save hardware revision at initAnand Gadiyar2-6/+12
2009-12-11USB: musb: fix printf warning in debug codeMike Frysinger1-1/+1
2009-12-11USB: musb: Blackfin code needs NOP_USB_XCEIV tooCliff Cai1-2/+1
2009-12-11USB: musb: error out when anomaly 05000380 is applicableSonic Zhang1-0/+10
2009-12-11USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai1-5/+5
2009-12-11USB: musb: fix musb_platform_set_mode() definitionBryan Wu1-1/+2
2009-12-11USB: musb: add work around for Blackfin anomaly 05000456Sonic Zhang1-0/+11
2009-12-11USB: musb: add notes for Blackfin anomaliesSonic Zhang1-0/+27
2009-12-11USB: musb: update Blackfin processor dependencySonic Zhang1-1/+1
2009-12-11USB: musb: kill some useless comments in Blackfin driverBryan Wu1-4/+0
2009-12-11USB: musb: kill compile warning for Blackfin systemsBryan Wu1-2/+2
2009-12-11USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger1-4/+5
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp1-19/+60
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp1-0/+10
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp1-0/+1
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp2-6/+24
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: xhci: Add tests for TRB address translation.Sarah Sharp3-2/+163
2009-12-11usbtest: make module param pattern writeableVikram Pandita1-2/+5
2009-12-11USB: fix possible null deref in init_usb_class()Dan Carpenter1-0/+1
2009-12-11USB: r8a66597: clean up. remove unneeded null checksDan Carpenter1-4/+0
2009-12-11USB: remove the auto_pm flagAlan Stern3-6/+2
2009-12-11USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten1-1/+1
2009-12-11USB: option.c: add support for D-Link DWM-162-U5Zhang Le1-0/+1
2009-12-11USB: ark3116: Cleanup of now unneeded functionsbart.hartgers@gmail.com1-39/+0
2009-12-11USB: ark3116: Callbacks for interrupt and bulk readbart.hartgers@gmail.com1-0/+194
2009-12-11USB: ark3116: Add cmset and breakbart.hartgers@gmail.com1-0/+56
2009-12-11USB: ark3116: Replace cmgetbart.hartgers@gmail.com1-24/+19
2009-12-11USB: ark3116: Make existing functions 16450-aware and add close and release f...bart.hartgers@gmail.com1-219/+276
2009-12-11USB: ark3116: Setup some basic infrastructure for new ark3116 driver.bart.hartgers@gmail.com1-6/+182
2009-12-11USB: Close usb_find_interface raceRuss Dill1-18/+10