aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches25-39/+38
2011-06-08USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driverSteffen Sledz2-0/+2
2011-06-07Revert "USB: option: add ID for ZTE MF 330"Greg Kroah-Hartman1-5/+0
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall1-2/+5
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern1-4/+1
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern1-0/+1
2011-06-07usb-storage: redo incorrect readsAlan Stern4-1/+62
2011-06-06usb/renesas_usbhs: free uep on removalSebastian Andrzej Siewior1-0/+1
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior1-2/+4
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior1-3/+2
2011-06-06usb/mv_udc_core: fix compileSebastian Andrzej Siewior1-4/+4
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu5-0/+5
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown1-10/+12
2011-06-06usb: remove bad dput after dentry_unhashSage Weil1-1/+0
2011-06-06USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek1-2/+4
2011-06-06musb: fix prefetch build failureMike Frysinger1-0/+1
2011-06-06USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7Toby Gray1-0/+2
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov1-1/+3
2011-06-06USB: option Add blacklist for ZTE K3765-Z (19d2:2002)Torsten Hilbrich1-1/+9
2011-06-06option: add Prolink PH300 modem IDsDan Williams1-0/+2
2011-06-06option: add Alcatel X200 to sendsetup blacklistDan Williams1-2/+11
2011-06-06option: add Zoom 4597 modem USB IDsDan Williams1-0/+4
2011-06-05USB: xhci - fix interval calculation for FS isoc endpointsDmitry Torokhov1-2/+12
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp3-2/+20
2011-06-02xhci: Do not issue device reset when device is not setupMaarten Lankhorst1-0/+7
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst2-4/+9
2011-06-02xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans1-2/+2
2011-06-01xhci: Bigendian fix for skip_isoc_td()Matt Evans1-1/+1
2011-05-28Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhciLinus Torvalds7-69/+412
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp4-11/+244
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp3-0/+20
2011-05-27Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp4-0/+124
2011-05-27USB: TWL6025 allow different regulator nameGraeme Gregory1-1/+9
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp2-37/+15
2011-05-25xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp1-13/+1
2011-05-25xhci: STFU: Remove function tracing.Sarah Sharp1-8/+0
2011-05-25xhci: Don't submit commands when the host is dead.Sarah Sharp1-1/+7
2011-05-25xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp1-0/+2
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds145-3372/+13867
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-8/+9
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds7-0/+7
2011-05-19USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.hJan Andersson1-3/+0
2011-05-19USB: UHCI: Support big endian GRUSBHC HCJan Andersson2-2/+18
2011-05-19USB: UHCI: Add support for big endian descriptorsJan Andersson5-120/+192
2011-05-19USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrierAlan Stern1-12/+2
2011-05-19USB: UHCI: Add support for big endian mmioJan Andersson2-15/+56
2011-05-19usb-storage: Correct adjust_quirks to include latest flagsKarl Relton1-1/+8
2011-05-19usb/isp1760: Fix possible unlink problemsArvid Brodin1-52/+95