summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_hid.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev2023-12-131-3/+4
* usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping2023-01-181-0/+1
* usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping2023-01-181-24/+28
* usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2023-01-181-33/+187
* usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev2021-08-121-1/+1
* usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell2021-08-121-6/+20
* usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev2021-08-121-0/+18
* usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol2021-07-201-1/+1
* usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski2021-06-161-1/+2
* USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov2019-04-031-3/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-1/+1
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-1/+1
* | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed2017-08-151-1/+16
* usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak2017-03-221-4/+4
* usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak2017-01-241-22/+67
* usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak2017-01-241-23/+34
* usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak2017-01-241-4/+20
* usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak2017-01-241-8/+24
* usb: gadget: Fix copy/pasted error messageDavid Lechner2017-01-031-1/+1
* idr: add ida_is_emptyMatthew Wilcox2016-12-141-3/+3
* usb: gadget: f_hid add super speed supportJanusz Dziedzic2016-11-081-1/+66
* usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello2016-08-251-5/+1
* usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello2016-08-251-7/+3
* usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello2016-08-251-1/+1
* usb: gadget: f_hid: add dev to configfsJohannes Berg2016-08-251-0/+10
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-20/+14
|\
| * usb-gadget/f_hid: use per-attribute show and store methodsChristoph Hellwig2015-10-131-20/+14
* | usb: gadget: f_hid: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-10/+2
|/
* usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-0/+4
* usb: gadget: hid: Fix static variable usageKrzysztof Opasiak2015-04-271-2/+14
* usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-111-1/+0
* usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar2015-02-231-1/+1
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-2/+3
|\
| * usb: gadget: fix misspelling of current function in stringJulia Lawall2014-12-221-2/+3
* | usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz2015-01-121-1/+1
|/
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-68/+306
|\
| * usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter2014-11-181-5/+10
| * usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter2014-11-181-0/+1
| * usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu2014-11-121-1/+1
| * usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz2014-11-061-1/+143
| * usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-061-8/+6
| * usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz2014-11-061-73/+0
| * usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2014-11-061-32/+186
| * usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz2014-11-061-2/+9
| * usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz2014-11-061-0/+4