summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-08-07USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-08-07USB: serial: ftdi_sio: Add support for a Motion Tracker Development BoardPatrick Riphagen2-0/+2
2015-08-07usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede1-0/+7
2015-08-07xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-08-07xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-08-07xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-08-07USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld2-5/+0
2015-08-07USB: cp210x: add ID for KCF Technologies PRN deviceMark Edwards1-0/+1
2015-08-07cdc-acm: prevent infinite loop when parsing CDC headers.Quentin Casasnovas1-1/+6
2015-08-07cdc-wdm: fix endianness bug in debug statementsOliver Neukum1-5/+7
2015-08-07usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-05-09USB: ftdi_sio: Use jtag quirk for SNAP Connect E10Doug Goldstein1-2/+6
2015-05-09usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+2
2015-05-09usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-05-09USB: keyspan_pda: add new device idNathaniel W Filardo1-0/+3
2015-05-09USB: serial: keyspan_pda: fix Entrega company name spellingMark Knibbs2-10/+10
2015-05-09USB: ftdi_sio: Added custom PID for Synapse Wireless productDoug Goldstein2-0/+7
2015-05-09gadgetfs: Fix leak on error in aio_read()Ben Hutchings1-0/+1
2015-05-09gadgetfs: use-after-free in ->aio_read()Al Viro1-2/+12
2015-05-09xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-05-09xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-05-09usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield2-0/+5
2015-05-09USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde1-0/+2
2015-05-09USB: serial: fix tty-device error handling at probeJohan Hovold1-1/+10
2015-05-09USB: serial: fix potential use-after-free after failed probeJohan Hovold1-1/+1
2015-05-09USB: ftdi_sio: add PIDs for Actisense USB devicesMark Glover2-0/+37
2015-05-09USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-05-09xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-05-09USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2015-05-09USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2-0/+15
2015-05-09cdc-acm: add sanity checksOliver Neukum1-5/+16
2015-05-09USB: cp210x: add ID for RUGGEDCOM USB Serial ConsoleLennart Sorensen1-0/+1
2015-05-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2-9/+18
2015-02-20USB: Add OTG PET device to TPLMacpaul Lin2-0/+9
2015-02-20usb-core bInterval quirkJames P Michels III2-0/+15
2015-02-20usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko1-0/+7
2015-02-20USB: console: fix potential use after freeJohan Hovold1-5/+10
2015-02-20usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu1-1/+11
2015-02-20usb: gadget: udc: atmel: fix possible IN hang issueBo Shen1-1/+0
2015-02-20usb: gadget: udc: atmel: change setting for DMABo Shen1-3/+3
2015-02-20OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2015-02-20USB: cp210x: add IDs for CEL USB sticks and MeshWorks devicesDavid Peterson1-1/+3
2015-02-20USB: cp210x: fix ID for production CEL MeshConnect USB StickPreston Fick1-1/+1
2015-02-20USB: adutux: NULL dereferences on disconnectDan Carpenter1-4/+0
2015-02-20USB: cdc-acm: check for valid interfacesGreg Kroah-Hartman1-4/+5
2015-02-20usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()Kazuya Mizuguchi1-0/+4
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-3/+3
2014-12-14usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede1-0/+3
2014-12-14usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu3-3/+43
2014-12-14USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-72/+25