summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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: 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: 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: ftdi-sio: add support for Physik Instrumente E-861Éric Piel2-0/+9
2012-06-01USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-07usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart2-2/+2
2012-05-07USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2-2/+2
2012-05-07USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2-0/+17
2012-05-07USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum1-2/+5
2012-05-07Revert "usb: Fix build error due to dma_mask is not at pdev_archdata at ARM"Greg Kroah-Hartman1-0/+1
2012-05-07EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-27usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D1-2/+3
2012-04-27usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I1-2/+2
2012-04-27usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz1-1/+1
2012-04-27USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2-6/+3
2012-04-27EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-27USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork1-2/+4
2012-04-27USB: serial: cp210x: Fixed usb_control_msg timeout valuesYuri Matylitski1-3/+6
2012-04-27USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama1-1/+1
2012-04-27USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama1-6/+2
2012-04-23USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-3/+10
2012-04-23usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA1-3/+6
2012-04-23usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/discon...Tomoya MORINAGA1-4/+66
2012-04-23usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA1-1/+8
2012-04-23usb: gadget: pch_udc: Fix wrong return valueTomoya MORINAGA1-1/+3
2012-04-23usb: gadget: pch_udc: Fix disconnect issueTomoya MORINAGA1-1/+4
2012-04-23xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-23xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu1-0/+2
2012-04-23xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10
2012-04-23xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-04-23xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-04-23xhci: don't re-enable IE constantlyFelipe Balbi2-1/+5
2012-04-23USB: don't clear urb->dev in scatter-gather libraryAlan Stern1-5/+6
2012-04-23USB: sierra: add support for Sierra Wireless MC7710Anton Samokhvalov1-0/+1
2012-04-23USB: option: re-add NOVATELWIRELESS_PRODUCT_HSPA_HIGHSPEED to option_id arraySantiago Garcia Mantinan1-0/+1
2012-04-23USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold1-1/+1
2012-04-23USB: serial: fix race between probe and openJohan Hovold1-0/+8
2012-04-02USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee1-26/+57
2012-04-02usb: cp210x: Update to support CP2105 and multiple interface devicesPreston Fick1-3/+41
2012-04-02usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS deviceScott Dial2-0/+8
2012-04-02USB: qcserial: don't grab QMI port on Gobi 1000 devicesDan Williams1-43/+62
2012-04-02USB: qcserial: add several new serial devicesThomas Tuttle1-0/+14
2012-04-02usb: Fix build error due to dma_mask is not at pdev_archdata at ARMPeter Chen1-1/+0