aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_hid.c
Commit message (Expand)AuthorAge
* USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov2019-03-20
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-14
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-19
* | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-07
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
|/
* usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed2017-08-15
* usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak2017-03-22
* usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak2017-01-24
* usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak2017-01-24
* usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak2017-01-24
* usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak2017-01-24
* usb: gadget: Fix copy/pasted error messageDavid Lechner2017-01-03
* idr: add ida_is_emptyMatthew Wilcox2016-12-14
* usb: gadget: f_hid add super speed supportJanusz Dziedzic2016-11-08
* usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello2016-08-25
* usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello2016-08-25
* usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello2016-08-25
* usb: gadget: f_hid: add dev to configfsJohannes Berg2016-08-25
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-04
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-13
|\
| * usb-gadget/f_hid: use per-attribute show and store methodsChristoph Hellwig2015-10-14
* | usb: gadget: f_hid: eliminate abuse of ep->driver dataRobert Baldyga2015-09-27
|/
* usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-27
* usb: gadget: hid: Fix static variable usageKrzysztof Opasiak2015-04-27
* usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-11
* usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar2015-02-23
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-19
|\
| * usb: gadget: fix misspelling of current function in stringJulia Lawall2014-12-22
* | usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz2015-01-12
|/
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-14
|\
| * usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter2014-11-18
| * usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter2014-11-18
| * usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu2014-11-12
| * usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz2014-11-06
| * usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-06
| * usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz2014-11-06
| * usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2014-11-06
| * usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz2014-11-06
| * usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz2014-11-06
* | treewide: fix typo in printk and KconfigMasanari Iida2014-11-20
|/
* usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte2014-10-23
* usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz2014-07-16