aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: xHCI: Isoc urb enqueueAndiry Xu1-1/+6
2010-08-10USB: xHCI: allocate bigger ring for isochronous endpointAndiry Xu1-2/+12
2010-08-10USB: xHCI: Isochronous transfer implementationAndiry Xu2-0/+324
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu4-34/+125
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu3-50/+117
2010-08-10USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu1-24/+52
2010-08-10USB: xHCI: remove redundant print messagesAndiry Xu1-15/+0
2010-08-10USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu1-101/+115
2010-08-10USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu1-78/+106
2010-08-10USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu1-73/+112
2010-08-10USB: option: Huawei ETS 1220 support addedPavel Kazlou1-0/+2
2010-08-10USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz2-1/+8
2010-08-10USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson1-1/+1
2010-08-10USB: gadget: functionfs: stale Makefile entry removedMichal Nazarewicz1-1/+0
2010-08-10USB: EHCI: remove dead code in the periodic schedulerAlan Stern2-18/+0
2010-08-10USB: EHCI: reorganize isochronous scheduler routineAlan Stern1-53/+57
2010-08-10USB: EHCI: add missing frame -> microframe conversionAlan Stern2-10/+19
2010-08-10USB: EHCI: simplify remainder computationsAlan Stern1-14/+15
2010-08-10USB: EHCI: remove PCI assumptionAlan Stern3-6/+6
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen3-41/+128
2010-08-10USB: otg/ulpi: extend the generic ulpi driver.Igor Grinberg1-10/+117
2010-08-10USB: otg/ulpi: add support for SMSC USB3319 ulpi phyIgor Grinberg2-2/+1
2010-08-10USB: otg/ulpi: remove unused macroIgor Grinberg1-2/+0
2010-08-10USB: otg/ulpi.c : fix register writeEric BĂ©nard1-2/+2
2010-08-10USB: io_ti.c: don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-10USB: host: Remove dead CONFIG_ARCH_KAROChristian Dietrich1-23/+1
2010-08-10USB: serial: enable async suspend for usb serial port deviceMing Lei1-0/+2
2010-08-10USB: musb: forward debug mode feature to gadgetstephane duverger1-0/+3
2010-08-10USB: EHCI Debug Port Device Gadgetstephane duverger3-0/+464
2010-08-10USB: gadget: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches5-18/+18
2010-08-10USB: usb-skeleton: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann4-25/+28
2010-08-10usb: storage: freecom: Fixed several coding style issues.Martin Enderleit1-12/+11
2010-08-10USB: musb: do not override DMA mode in channel programAnand Gadiyar1-4/+1
2010-08-10USB: musb: Kill board specific pinmux from driver fileAnand Gadiyar1-6/+0
2010-08-10USB: ehci_omap: fix device detect issue with modulesAjay Kumar Gupta1-0/+36
2010-08-10USB: musb: fix compilation warning in host only modeAjay Kumar Gupta1-4/+3
2010-08-10USB: musb: use correct register widths in register dumpsAnand Gadiyar1-16/+16
2010-08-10USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-08-10USB: serial: io_ti: Don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-10USB: gadget: storage_common: comments updatedMichal Nazarewicz1-21/+48
2010-08-10USB: gadget: compilation issue: missing TASK_INTERRUPTIBLEstephane duverger1-0/+1
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2-1/+7
2010-08-10USB: xhci: trivial: use ARRAY_SIZEKulikov Vasiliy1-2/+2
2010-08-10USB: drivers/usb/Makefile: conditionally descend to 'early'Nicolas Kaiser1-1/+1
2010-08-10USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser1-186/+185
2010-08-10USB: add runtime PM for PCI-based host controllersAlan Stern1-14/+62
2010-08-10USB: UHCI: add support for Intel's wakeup flagsAlan Stern2-14/+23
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern2-1/+16