summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-09-05USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-09-05usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros1-1/+5
2014-09-05USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw1-1/+6
2014-09-05USB: ftdi_sio: Added PID for new ekey deviceJaša Bartelj2-0/+7
2014-09-05USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PIDJohan Hovold2-0/+3
2014-09-05usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-05xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-09-05USB: Fix persist resume of some SS USB devicesPratyush Anand1-0/+41
2014-09-05USB: ehci-pci: USB host controller support for Intel Quark X1000Bryan O'Donoghue1-0/+25
2014-09-05USB: serial: ftdi_sio: Add support for new Xsens devicesPatrick Riphagen2-0/+5
2014-09-05USB: serial: ftdi_sio: Annotate the current Xsens PID assignmentsPatrick Riphagen1-5/+5
2014-09-05USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-07-28usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-07-17USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2-0/+8
2014-07-17USB: ftdi_sio: Add extra PID.Bert Vermeulen2-2/+4
2014-07-17USB: cp210x: add support for Corsair usb dongleAndras Kovacs1-0/+1
2014-07-17usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+2
2014-07-09usb: gadget: f_fs: fix NULL pointer dereference when there are no stringsMichal Nazarewicz1-5/+7
2014-07-09USB: ftdi_sio: fix null deref at port probeJohan Hovold1-2/+5
2014-07-09usb: option: add/modify Olivetti Olicard modemsBjørn Mork1-6/+16
2014-07-09USB: option: add device ID for SpeedUp SU9800 usb 3g modemOliver Neukum1-0/+4
2014-07-09xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-06-30usb: usbtest: Add timetout to simple_io()Roger Quadros1-3/+11
2014-06-30USB: serial: fix potential runtime pm imbalance at device removeJohan Hovold1-3/+11
2014-06-30usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado1-0/+18
2014-06-30usb: qcserial: add Netgear AirCard 341UAleksander Morgado1-0/+3
2014-06-30USB: sierra: fix remote wakeupJohan Hovold1-2/+5
2014-06-30USB: sierra: fix urb and memory leak on disconnectJohan Hovold1-0/+13
2014-06-30USB: sierra: fix urb and memory leak in resume error pathJohan Hovold1-2/+6
2014-06-30USB: sierra: fix use after free at suspend/resumeJohan Hovold1-0/+6
2014-06-30USB: sierra: fix AA deadlock in open error pathJohan Hovold1-8/+13
2014-06-30USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold1-8/+17
2014-06-30USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold1-24/+19
2014-06-30USB: usb_wwan: fix urb leak at shutdownJohan Hovold1-12/+22
2014-06-30USB: usb_wwan: fix write and suspend raceJohan Hovold1-8/+5
2014-06-30USB: usb_wwan: fix race between write and resumexiao jin1-6/+2
2014-06-30USB: usb_wwan: fix urb leak in write error pathxiao jin1-1/+3
2014-06-30USB: option: fix runtime PM handlingJohan Hovold1-1/+10
2014-06-30USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-30ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAPPaul Bolle1-1/+1
2014-06-30usb: dwc3: gadget: clear stall when disabling endpointFelipe Balbi1-0/+4
2014-06-30usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle1-1/+1
2014-06-30USB: usbtest: add a timeout for scatter-gather testsAlan Stern1-1/+15
2014-06-30usb: usbtest: fix unlink write error with pattern 1Huang Rui1-0/+10
2014-06-26USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold1-2/+4
2014-06-26USB: cdc-acm: fix I/O after failed openJohan Hovold1-0/+3
2014-06-26USB: cdc-acm: fix shutdown and suspend raceJohan Hovold1-2/+1
2014-06-26USB: cdc-acm: fix runtime PM for control messagesJohan Hovold1-1/+11
2014-06-26USB: cdc-acm: fix broken runtime suspendJohan Hovold2-11/+23