summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2017-03-16USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský1-0/+4
2017-03-16USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2016-11-20USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-11-20USB: avoid left shift by -1Alan Stern1-5/+11
2016-11-20USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-11-20USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern1-3/+62
2016-08-22USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-06-15usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+8
2016-05-01USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-05-01usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum1-5/+5
2016-05-01usb: retry reset if a device times outOliver Neukum1-1/+7
2016-01-22USB: fix invalid memory access in hub_activate()Alan Stern1-4/+20
2015-12-30usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2015-11-17usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-11-17USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-13usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-08-12usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach1-49/+32
2015-05-09USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
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 Stern1-0/+12
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-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: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede1-0/+2
2014-12-14USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2-2/+8
2014-12-14USB: add reset resume quirk for usb3503Joonyoung Shim1-0/+3
2014-11-05usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3
2014-09-13USB: Fix persist resume of some SS USB devicesPratyush Anand1-0/+41
2014-09-13usbcore: don't log on consecutive debounce failures of the same portOliver Neukum1-1/+3
2014-08-06usb: Check if port status is equal to RxDetectGavin Guo1-0/+20
2014-07-11USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2-6/+19
2014-04-02usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner1-0/+4
2014-04-02usb: Add device quirk for Logitech HD Pro Webcams C920 and C930eJulius Werner1-0/+4
2014-01-03usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner1-2/+3
2014-01-03usb: hub: Clear Port Reset Change during init/resumeJulius Werner1-0/+5
2014-01-03usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp1-0/+6
2013-11-28USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-11-28USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-10-26usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-10-26usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff1-0/+16
2013-10-26usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2013-09-10usb: add two quirky touchscreenOliver Neukum1-0/+6
2013-08-02usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland1-0/+9
2013-05-30USB: reset resume quirk needed by a hubOliver Neukum1-0/+3
2013-05-13usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede1-0/+2
2013-03-27USB: xhci: correctly enable interruptsHannes Reinecke1-9/+14
2013-03-20USB: Fix connected device switch to Inactive state.Sarah Sharp1-5/+25
2013-03-20USB: Rip out recursive call on warm port reset.Sarah Sharp1-82/+68