summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2020-03-12usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2020-03-12usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2020-03-12usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca
2020-03-12usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky
2020-02-28USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar
2020-02-28USB: hub: Don't record a connect-change event during reset-resumeAlan Stern
2020-02-28USB: Fix novation SourceControl XL after suspendRichard Dodd
2020-02-28USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold
2020-02-28USB: core: add endpoint-blacklist quirkJohan Hovold
2020-01-23usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta
2020-01-14USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern
2020-01-12usb: missing parentheses in USE_NEW_SCHEMEQi Zhou
2020-01-12USB: core: fix check for duplicate endpointsJohan Hovold
2019-12-31usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff
2019-12-21USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring
2019-12-17usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia
2019-12-17usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng
2019-10-28USB: Skip endpoints with 0 maxpacket lengthAlan Stern
2019-09-04USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman
2019-09-03usb: core: phy: add support for PHY calibrationMarek Szyprowski
2019-09-03usb: remove commented out dma wrappersChristoph Hellwig
2019-09-03usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman
2019-08-28usb: hcd: use managed device resourcesSchmid, Carsten
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-21usb: usbfs: only account once for mmap()'ed usb memory usageGavin Li
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig
2019-08-15usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig
2019-08-15USB: CDC: fix sanity checks in CDC union parserOliver Neukum
2019-08-14USB: usbfs: Add a capability flag for runtime suspendAlan Stern
2019-08-12USB: core: Fix races in character device registration and deregistraionAlan Stern
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman
2019-08-09usbfs: Add ioctls for runtime power managementAlan Stern
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman
2019-08-07USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman
2019-08-05usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li
2019-08-05USB: Disable USB2 LPM at shutdownKai-Heng Feng
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose
2019-07-29Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman
2019-07-25USB: core: hcd-pci: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-03usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring