summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_hid.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27usb: gadget: function: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-07usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev1-3/+4
2023-06-20USB: gadget: f_hid: make hidg_class a static const structureIvan Orlov1-11/+10
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-11-29usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping1-10/+11
2022-11-29usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2022-11-29usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2021-08-24usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev1-33/+187
2021-07-28usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev1-1/+1
2021-07-27usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev1-0/+18
2021-07-27usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell1-6/+20
2021-06-21usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-1/+2
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski1-1/+2
2021-05-10usb: gadget: function: fix typo in f_hid.cWei Ming Chen1-1/+1
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-29usb: get rid of pointless access_ok() callsAl Viro1-6/+0
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov1-3/+3
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed1-1/+16
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak1-4/+4
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak1-22/+67
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak1-23/+34
2017-01-24usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak1-4/+20
2017-01-24usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak1-8/+24
2017-01-03usb: gadget: Fix copy/pasted error messageDavid Lechner1-1/+1
2016-12-15idr: add ida_is_emptyMatthew Wilcox1-3/+3
2016-11-08usb: gadget: f_hid add super speed supportJanusz Dziedzic1-1/+66
2016-08-25usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello1-5/+1
2016-08-25usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello1-7/+3
2016-08-25usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello1-1/+1
2016-08-25usb: gadget: f_hid: add dev to configfsJohannes Berg1-0/+10
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-20/+14
2015-10-14usb-gadget/f_hid: use per-attribute show and store methodsChristoph Hellwig1-20/+14
2015-09-27usb: gadget: f_hid: eliminate abuse of ep->driver dataRobert Baldyga1-10/+2
2015-07-27usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz1-0/+4
2015-04-27usb: gadget: hid: Fix static variable usageKrzysztof Opasiak1-2/+14
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga1-1/+0
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar1-1/+1
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi1-2/+3
2015-01-12usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz1-1/+1
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall1-2/+3
2014-12-15Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-68/+306