aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-11USB: usbtmc: Use usb_clear_halt() instead of custom code.Sarah Sharp
2009-12-11USB: xhci: Add correct email and files to MAINTAINERS entry.Sarah Sharp
2009-12-11USB: ehci-omap.c: introduce missing kfreeJulia Lawall
2009-12-11USB: xhci-mem.c: introduce missing kfreeJulia Lawall
2009-12-11USB: add remove_id sysfs attr for usb driversCHENG Renquan
2009-12-11USB: g_multi kconfig: fix depends and help textRandy Dunlap
2009-12-11USB: option: add pid for ZTEzhao.ming9@zte.com.cn
2009-12-11USB: wusb: correctly check size of security descriptor.David Vrabel
2009-12-11USB: wusb: don't leak urb in certain error casesDavid Vrabel
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel
2009-12-11USB: usb-storage: fix bug in fill_inquiryAlan Stern
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern
2009-12-11USB: add devpath sysfs attributeGreg Kroah-Hartman
2009-12-11USB: twl4030: Enable USB regulators before enabling USB chargingAguilar Pena, Leed
2009-12-11USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms
2009-12-11USB: musb_gadget: remove pointless loopSergei Shtylyov
2009-12-11USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()Sergei Shtylyov
2009-12-11USB: musb_gadget: implement set_wedge() methodSergei Shtylyov
2009-12-11USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, againSergei Shtylyov
2009-12-11USB: MUSB: save hardware revision at initAnand Gadiyar
2009-12-11USB: musb: fix printf warning in debug codeMike Frysinger
2009-12-11USB: musb: Blackfin code needs NOP_USB_XCEIV tooCliff Cai
2009-12-11USB: musb: error out when anomaly 05000380 is applicableSonic Zhang
2009-12-11USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai
2009-12-11USB: musb: fix musb_platform_set_mode() definitionBryan Wu
2009-12-11USB: musb: add work around for Blackfin anomaly 05000456Sonic Zhang
2009-12-11USB: musb: add notes for Blackfin anomaliesSonic Zhang
2009-12-11USB: musb: update Blackfin processor dependencySonic Zhang
2009-12-11USB: musb: kill some useless comments in Blackfin driverBryan Wu
2009-12-11USB: musb: kill compile warning for Blackfin systemsBryan Wu
2009-12-11USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp
2009-12-11USB: g_multi: Multifunction Composite Gadget addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz
2009-12-11USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz
2009-12-11USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz
2009-12-11USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp
2009-12-11usbtest: make module param pattern writeableVikram Pandita
2009-12-11USB: fix possible null deref in init_usb_class()Dan Carpenter
2009-12-11USB: r8a66597: clean up. remove unneeded null checksDan Carpenter
2009-12-11USB: remove the auto_pm flagAlan Stern
2009-12-11USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten