summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-06-01usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-06-01USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-06-01xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-06-01xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-06-01usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-06-01xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+14
2012-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu4-12/+25
2012-06-01xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2-2/+20
2012-06-01usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-06-01usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...Peter Chen1-0/+2
2012-06-01USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2-2/+5
2012-06-01USB: Remove races in devio.cHuajun Li1-8/+25
2012-06-01USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-06-01USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi1-4/+4
2012-06-01USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill1-9/+9
2012-06-01USB: ehci-platform: remove update_deviceHauke Mehrtens1-2/+0
2012-06-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman1-5/+12
2012-06-01usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern1-0/+7
2012-06-01usb-serial: ftdi_sio: fix oops during autosuspendAlan Stern1-2/+7
2012-06-01USB: ftdi-sio: add support for Physik Instrumente E-861Éric Piel2-0/+9
2012-06-01USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-06-01USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-5/+10
2012-06-01USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-06-01USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-06-01USB: cdc-wdm: sanitize error returnsOliver Neukum1-1/+1
2012-06-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+21
2012-05-01USB: ehci-tegra: remove redundant gpio_set_valueStephen Warren1-1/+0
2012-05-01EHCI: update PM methods in ehci-tegra.cAlan Stern1-180/+195
2012-04-27Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-8/+21
2012-04-27usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern1-1/+1
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi1-1/+1
2012-04-26USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum1-2/+5
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2-0/+17
2012-04-24usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart2-2/+2
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+10
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+37
2012-04-20USB: serial: cp210x: Fixed usb_control_msg timeout valuesYuri Matylitski1-3/+6
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi1-1/+0
2012-04-18USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren1-1/+0
2012-04-18USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama1-1/+1
2012-04-18USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama1-6/+2
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall1-0/+2
2012-04-18USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin1-1/+6
2012-04-18EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-18usb: musb: davinci.c: add missing unregisterJulia Lawall1-1/+2
2012-04-18usb: musb: drop __deprecated flagFelipe Balbi1-1/+1
2012-04-17EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-17USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork1-2/+4
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang1-1/+1
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang1-2/+3