summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix docs warning caused by wireless_status featureBastien Nocera2023-04-061-1/+1
* USB: core: Add API to change the wireless_statusBastien Nocera2023-04-031-0/+40
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-4/+4
* USB: core: export usb_cache_string()Vincent Mailhol2022-12-121-0/+1
* USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern2021-06-091-0/+6
* USB: core: drop pipe-type check from new control-message helpersJohan Hovold2020-12-071-4/+1
* USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold2020-12-041-1/+1
* USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold2020-12-041-3/+2
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-13/+22
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-6/+0
|\
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-49/+42
| |\
| * | usb: don't inherity DMA properties for USB devicesChristoph Hellwig2020-09-171-6/+0
* | | USB: correct API of usb_control_msg_send/recvOliver Neukum2020-09-251-9/+16
* | | USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-19/+19
* | | USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-0/+133
| |/ |/|
* | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
|/
* USB: core: Fix misleading driver bug reportAlan Stern2020-05-051-2/+2
* USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern2020-04-161-1/+8
* usb: core: Add ACPI support for USB interface devicesAndy Shevchenko2020-03-241-0/+2
* USB: CDC: fix sanity checks in CDC union parserOliver Neukum2019-08-151-2/+2
* USB: core: Fix unterminated string returned by usb_string()Alan Stern2019-04-161-1/+3
* usb: core: skip interfaces disabled in devicetreeMans Rullgard2019-02-201-0/+7
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-181-2/+1
* USB: Add new USB LPM helpersKai-Heng Feng2019-01-181-1/+1
* usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-051-0/+11
* usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior2018-06-281-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3
* usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-03-061-0/+4
* usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+24
* usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-3/+3
* USB: add device-tree support for interfacesJohan Hovold2017-11-281-5/+13
* usb: core: lower log level when device is not able to deal with stringKai-Heng Feng2017-11-281-1/+1
* usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi2017-11-091-0/+2
* usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-7/+40
* usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi2017-11-071-3/+3
* usb: core: add Status Type definitionsFelipe Balbi2017-11-071-2/+2
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
* usb: get rid of some ReST doc build errorsMauro Carvalho Chehab2017-04-111-0/+1
* usb: core: update comments for send message functionsJaejoong Kim2017-01-191-18/+15
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+3
* usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros2016-09-131-0/+5
* usb: core: message: don't print on ENOMEMWolfram Sang2016-08-301-4/+1
* usbnet: move the CDC parser into USB coreOliver Neukum2016-07-181-0/+153
* drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger2016-04-261-20/+17
* drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger2016-04-261-8/+7
* usb: message: remove redundant declarationKris Borer2015-10-041-2/+0
* usb: interface authorization: Introduces the USB interface authorizationStefan Koch2015-09-221-0/+38
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+1