aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_hid.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportGravatar Abdulhadi Mohamed 1-1/+16
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldGravatar Krzysztof Opasiak 1-4/+4
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Gravatar Krzysztof Opasiak 1-22/+67
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexGravatar Krzysztof Opasiak 1-23/+34
2017-01-24usb: gadget: f_hid: fix: Prevent accessing released memoryGravatar Krzysztof Opasiak 1-4/+20
2017-01-24usb: gadget: f_hid: fix: Free out requestsGravatar Krzysztof Opasiak 1-8/+24
2017-01-03usb: gadget: Fix copy/pasted error messageGravatar David Lechner 1-1/+1
2016-12-14idr: add ida_is_emptyGravatar Matthew Wilcox 1-3/+3
2016-11-08usb: gadget: f_hid add super speed supportGravatar Janusz Dziedzic 1-1/+66
2016-08-25usb: gadget: f_hid: use alloc_ep_req()Gravatar Felipe F. Tonello 1-5/+1
2016-08-25usb: gadget: f_hid: use free_ep_req()Gravatar Felipe F. Tonello 1-7/+3
2016-08-25usb: gadget: remove useless parameter in alloc_ep_req()Gravatar Felipe F. Tonello 1-1/+1
2016-08-25usb: gadget: f_hid: add dev to configfsGravatar Johannes Berg 1-0/+10
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusGravatar John Youn 1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-20/+14
2015-10-13usb-gadget/f_hid: use per-attribute show and store methodsGravatar Christoph Hellwig 1-20/+14
2015-09-27usb: gadget: f_hid: eliminate abuse of ep->driver dataGravatar Robert Baldyga 1-10/+2
2015-07-27usb: gadget: f_hid: actually limit the number of instancesGravatar Andrzej Pietrasiewicz 1-0/+4
2015-04-27usb: gadget: hid: Fix static variable usageGravatar Krzysztof Opasiak 1-2/+14
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Gravatar Robert Baldyga 1-1/+0
2015-02-23usb: gadget: function: f_hid: fix sparse warningGravatar Lad, Prabhakar 1-1/+1
2015-01-19Merge tag 'v3.19-rc5' into nextGravatar Felipe Balbi 1-2/+3
2015-01-12usb: gadget: hid: consistently use 2^n - 1 for max valuesGravatar Andrzej Pietrasiewicz 1-1/+1
2014-12-22usb: gadget: fix misspelling of current function in stringGravatar Julia Lawall 1-2/+3
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-68/+306
2014-11-20treewide: fix typo in printk and KconfigGravatar Masanari Iida 1-1/+1
2014-11-18usb: gadget: f_hid: fix error handling in ghid_setup()Gravatar Dan Carpenter 1-5/+10
2014-11-18usb: gadget: f_hid: use after free in hidg_alloc_inst()Gravatar Dan Carpenter 1-0/+1
2014-11-12usb: gadget: f_hid: hidg_alloc() can be staticGravatar Fengguang Wu 1-1/+1
2014-11-06usb: gadget: hid: add configfs supportGravatar Andrzej Pietrasiewicz 1-1/+143
2014-11-06usb: gadget: f_hid: use usb_gstrings_attachGravatar Andrzej Pietrasiewicz 1-8/+6
2014-11-06usb: gadget: f_hid: remove compatibility layerGravatar Andrzej Pietrasiewicz 1-73/+0
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Gravatar Andrzej Pietrasiewicz 1-32/+186
2014-11-06usb: gadget: f_hid: check return value of device_createGravatar Andrzej Pietrasiewicz 1-2/+9
2014-11-06usb: gadget: f_hid: check return value of class_createGravatar Andrzej Pietrasiewicz 1-0/+4
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsGravatar Pavitrakumar Managutte 1-2/+3
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsGravatar Andrzej Pietrasiewicz 1-0/+763