summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2018-06-01usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2-1/+6
2018-06-01Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker1-0/+3
2018-03-03usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2018-03-03usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2018-03-03USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno1-1/+15
2018-03-03USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2018-02-13USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2018-02-13USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer1-0/+3
2018-01-01USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2018-01-01usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi1-0/+4
2018-01-01usb: Increase quirk delay for USB devicesDmitry Fleytman2-2/+2
2017-11-26usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman1-1/+2
2017-11-26usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-11-26USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-11-11USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-11-11USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-3/+11
2017-11-11USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
2017-10-12Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller1-0/+4
2017-09-15USB: hub: fix SS max number of portsJohan Hovold1-1/+8
2017-09-15USB: hub: fix non-SS hub-descriptor handlingJohan Hovold1-4/+9
2017-09-15USB: hub: fix SS hub-descriptor handlingJohan Hovold1-2/+6
2017-09-15USB: core: replace %p with %pKVamsi Krishna Samavedam2-4/+4
2017-08-26USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher1-2/+7
2017-08-26usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2-0/+9
2017-08-26usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2-1/+22
2017-07-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2-0/+18
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