summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-17/+7
2023-12-23usb: linux/usb.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2023-12-04usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson1-0/+6
2023-10-05USB: dma: remove unused function prototypeRandy Li1-16/+0
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-12/+0
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+6
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+5
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera1-2/+4
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera1-0/+5
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera1-0/+9
2023-03-29xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-2/+1
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-8/+10
2023-01-17USB: fix misleading usb_set_intfdata() kernel docJohan Hovold1-8/+7
2023-01-17USB: Improve usb_fill_* documentationRicardo Ribalda1-4/+23
2023-01-17usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+15
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+12
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol1-0/+1
2022-12-06usb.h: take advantage of container_of_const()Greg Kroah-Hartman1-40/+2
2022-11-29usb: add usb_set_intfdata() documentationVincent Mailhol1-0/+12
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-20USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman1-3/+52
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+2
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman1-0/+2
2022-04-23usb: rework usb_maxpacket() using usb_pipe_endpoint()Vincent Mailhol1-7/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+1
2022-04-23usb: deprecate the third argument of usb_maxpacket()Vincent Mailhol1-11/+5
2021-12-30usb: Remove usb_for_each_port()Heikki Krogerus1-9/+0
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-7/+0
2021-05-21usb: fix spelling mistakes in header filesZhen Lei1-1/+1
2021-04-09usb: Iterator for portsHeikki Krogerus1-0/+9
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen1-0/+2
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold1-1/+1
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+2
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+2
2021-03-10USB: remove usb_bus_type from usb.hGreg Kroah-Hartman1-2/+0
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-2/+4
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-0/+6
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman1-0/+1
2020-07-15usb: linux/usb.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-03USB: Fix up terminology in include filesGreg Kroah-Hartman1-1/+1
2020-07-01usb: fix kernel-doc warnings and formatting in <linux/usb.h>Randy Dunlap1-3/+7
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera1-0/+1
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera1-0/+2
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-0/+4
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+0
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman1-0/+3