aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman2015-10-131-2/+3
* usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach2015-08-121-49/+32
* USB: usbfs: don't leak kernel data in siginfoAlan Stern2015-05-091-0/+2
* USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern2015-05-091-8/+8
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-05-091-0/+12
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-05-092-9/+18
* USB: Add OTG PET device to TPLMacpaul Lin2015-02-202-0/+9
* usb-core bInterval quirkJames P Michels III2015-02-202-0/+15
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-3/+3
* usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede2014-12-141-0/+3
* usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede2014-12-141-0/+2
* USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-12-142-2/+8
* USB: add reset resume quirk for usb3503Joonyoung Shim2014-12-141-0/+3
* usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence2014-11-051-1/+3
* USB: Fix persist resume of some SS USB devicesPratyush Anand2014-09-131-0/+41
* usbcore: don't log on consecutive debounce failures of the same portOliver Neukum2014-09-131-1/+3
* usb: Check if port status is equal to RxDetectGavin Guo2014-08-061-0/+20
* USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2014-07-112-6/+19
* usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner2014-04-021-0/+4
* usb: Add device quirk for Logitech HD Pro Webcams C920 and C930eJulius Werner2014-04-021-0/+4
* usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner2014-01-031-2/+3
* usb: hub: Clear Port Reset Change during init/resumeJulius Werner2014-01-031-0/+5
* usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp2014-01-031-0/+6
* USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum2013-11-281-0/+3
* USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum2013-11-281-0/+3
* usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-10-261-2/+3
* usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-10-261-0/+16
* usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede2013-10-261-1/+2
* usb: add two quirky touchscreenOliver Neukum2013-09-101-0/+6
* usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland2013-08-021-0/+9
* USB: reset resume quirk needed by a hubOliver Neukum2013-05-301-0/+3
* usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede2013-05-131-0/+2
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-271-9/+14
* USB: Fix connected device switch to Inactive state.Sarah Sharp2013-03-201-5/+25
* USB: Rip out recursive call on warm port reset.Sarah Sharp2013-03-201-82/+68
* USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp2013-03-201-8/+13
* USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp2013-03-201-8/+7
* usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcamsLaurent Pinchart2013-03-061-42/+16
* usb: Add quirk detection based on interface informationLaurent Pinchart2013-03-064-39/+106
* USB: Add device quirk for Microsoft VX700 webcamAndreas Fleig2013-02-061-0/+3
* USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum2013-02-061-2/+8
* USB: Handle warm reset failure on empty port.Sarah Sharp2013-02-061-1/+11
* USB: Ignore port state until reset completes.Sarah Sharp2013-02-061-7/+7
* USB: Increase reset timeout.Sarah Sharp2013-02-061-1/+1
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-02-061-2/+61
* USB: Ignore xHCI Reset Device status.Sarah Sharp2013-02-061-8/+5
* USB: Handle auto-transition from hot to warm reset.Sarah Sharp2013-02-061-3/+3
* USB: fix endpoint-disabling for failed config changesAlan Stern2013-01-031-22/+31
* usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila2012-10-301-2/+5
* USB: Fix race condition when removing host controllersAlan Stern2012-10-102-5/+3