aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern1-1/+3
2018-04-23usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl1-0/+12
2018-04-22usb: core: phy: add missing forward declaration for "struct device"Martin Blumenstingl1-0/+1
2018-04-22usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl1-0/+3
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl3-3/+45
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl3-30/+37
2018-04-22usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl1-1/+1
2018-04-22usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko1-0/+3
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2-1/+10
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+2
2018-03-25usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng1-0/+3
2018-03-25usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng1-2/+7
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung1-2/+6
2018-03-23USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing1-2/+7
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso1-1/+1
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris2-1/+9
2018-03-22usb: skip phys initialization of shared hcdChunfeng Yun1-1/+1
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner3-1/+14
2018-03-20usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng3-5/+175
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen1-0/+8
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2-1/+6
2018-03-12Revert "usb: core: Add "quirks" parameter for usbcore"Greg Kroah-Hartman3-174/+5
2018-03-09usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng3-5/+174
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl1-37/+0
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl1-0/+31
2018-03-09usb: core: add a wrapper for the USB PHYs on the HCDMartin Blumenstingl3-1/+166
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-2/+2
2018-03-09usb: clarify ACPI spec version and section number for _UPC & _PLDAlex Hung1-2/+2
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman1-9/+3
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-8/+2
2018-03-06usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2-1/+6
2018-02-15Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-46/+175
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-2/+2
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2-2/+6
2017-12-19usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2017-12-19usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2017-12-19USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman1-1/+1
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman4-10/+48
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi3-0/+55
2017-12-13USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2017-12-13Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman1-6/+3
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern2-5/+0
2017-12-12USB: core: only clean up what we allocatedAndrey Konovalov1-3/+6
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman1-1/+1
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches3-17/+14
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-3/+3
2017-11-28usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng1-0/+3