summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_hid.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak
2017-01-24usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak
2017-01-24usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak
2017-01-03usb: gadget: Fix copy/pasted error messageDavid Lechner
2016-12-14idr: add ida_is_emptyMatthew Wilcox
2016-11-08usb: gadget: f_hid add super speed supportJanusz Dziedzic
2016-08-25usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello
2016-08-25usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello
2016-08-25usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello
2016-08-25usb: gadget: f_hid: add dev to configfsJohannes Berg
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13usb-gadget/f_hid: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_hid: eliminate abuse of ep->driver dataRobert Baldyga
2015-07-27usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz
2015-04-27usb: gadget: hid: Fix static variable usageKrzysztof Opasiak
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-12usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-11-18usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter
2014-11-18usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter
2014-11-12usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu
2014-11-06usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz