summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-20USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp1-8/+13
2013-03-20USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp1-8/+7
2013-03-06usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcamsLaurent Pinchart1-42/+16
2013-03-06usb: Add quirk detection based on interface informationLaurent Pinchart4-39/+106
2013-02-06USB: Add device quirk for Microsoft VX700 webcamAndreas Fleig1-0/+3
2013-02-06USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum1-2/+8
2013-02-06USB: Handle warm reset failure on empty port.Sarah Sharp1-1/+11
2013-02-06USB: Ignore port state until reset completes.Sarah Sharp1-7/+7
2013-02-06USB: Increase reset timeout.Sarah Sharp1-1/+1
2013-02-06USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+61
2013-02-06USB: Ignore xHCI Reset Device status.Sarah Sharp1-8/+5
2013-02-06USB: Handle auto-transition from hot to warm reset.Sarah Sharp1-3/+3
2013-01-03USB: fix endpoint-disabling for failed config changesAlan Stern1-22/+31
2012-10-30usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila1-2/+5
2012-10-10USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-09-19USB: add device quirk for Joss Optical touchboardAlan Stern1-0/+4
2012-08-10usb: feed USB device information to the /dev/random driverTheodore Ts'o1-0/+9
2012-08-02usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2012-07-25usb: Add support for root hub port status CASStanislaw Ledwon1-8/+10
2012-06-19USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-19USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-05-31USB: Remove races in devio.cHuajun Li1-8/+25
2012-05-31usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-05-31usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-05-31USB: move usb_translate_errors to linux/usb.hJohan Hovold1-14/+0
2012-05-11USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+9
2012-05-11USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2-6/+3
2012-04-22USB: fix bug of device descriptor got from superspeed deviceElric Fu1-0/+16
2012-04-22USB: don't ignore suspend errors for root hubsAlan Stern1-2/+7
2012-04-22USB: don't clear urb->dev in scatter-gather libraryAlan Stern1-5/+6
2012-02-29USB: Set hub depth after USB3 hub resetElric Fu1-13/+17
2012-02-29USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2-3/+8
2012-01-12usb: fix number of mapped SG DMA entriesClemens Ladisch1-3/+2