summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-21usb: fix spelling mistakes in header filesZhen Lei
2021-04-09usb: Iterator for portsHeikki Krogerus
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann
2021-03-10USB: remove usb_bus_type from usb.hGreg Kroah-Hartman
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman
2020-07-15usb: linux/usb.h: drop duplicated word in commentRandy Dunlap
2020-07-02USB: Fix up terminology in include filesGreg Kroah-Hartman
2020-07-01usb: fix kernel-doc warnings and formatting in <linux/usb.h>Randy Dunlap
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig
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-06-05usb: Add devaddr in struct usb_deviceJim Lin
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-03-19USB: usb.h: tweak struct urb to remove wasted spaceGreg Kroah-Hartman
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2017-11-07usb: core: add a new usb_get_ptm_status() helperFelipe Balbi
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab
2017-03-23USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold
2017-03-23USB: core: add helpers to retrieve endpointsJohan Hovold
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann
2016-10-24usb: fix a typo in usb_class_driver documentationAmitesh Singh
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge
2016-04-26USB: correct intervals for SS+Oliver Neukum