index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_hid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-14
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-1
/
+1
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
usb: gadget: make config_item_type structures const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: gadget: f_hid: {GET,SET} PROTOCOL Support
Abdulhadi Mohamed
1
-1
/
+16
2017-03-22
usb: gadget: f_hid: fix: Don't access hidg->req without spinlock held
Krzysztof Opasiak
1
-4
/
+4
2017-01-24
usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
Krzysztof Opasiak
1
-22
/
+67
2017-01-24
usb: gadget: f_hid: Use spinlock instead of mutex
Krzysztof Opasiak
1
-23
/
+34
2017-01-24
usb: gadget: f_hid: fix: Prevent accessing released memory
Krzysztof Opasiak
1
-4
/
+20
2017-01-24
usb: gadget: f_hid: fix: Free out requests
Krzysztof Opasiak
1
-8
/
+24
2017-01-03
usb: gadget: Fix copy/pasted error message
David Lechner
1
-1
/
+1
2016-12-14
idr: add ida_is_empty
Matthew Wilcox
1
-3
/
+3
2016-11-08
usb: gadget: f_hid add super speed support
Janusz Dziedzic
1
-1
/
+66
2016-08-25
usb: gadget: f_hid: use alloc_ep_req()
Felipe F. Tonello
1
-5
/
+1
2016-08-25
usb: gadget: f_hid: use free_ep_req()
Felipe F. Tonello
1
-7
/
+3
2016-08-25
usb: gadget: remove useless parameter in alloc_ep_req()
Felipe F. Tonello
1
-1
/
+1
2016-08-25
usb: gadget: f_hid: add dev to configfs
Johannes Berg
1
-0
/
+10
2016-03-04
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus
John Youn
1
-1
/
+1
2015-11-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-20
/
+14
2015-10-13
usb-gadget/f_hid: use per-attribute show and store methods
Christoph Hellwig
1
-20
/
+14
2015-09-27
usb: gadget: f_hid: eliminate abuse of ep->driver data
Robert Baldyga
1
-10
/
+2
2015-07-27
usb: gadget: f_hid: actually limit the number of instances
Andrzej Pietrasiewicz
1
-0
/
+4
2015-04-27
usb: gadget: hid: Fix static variable usage
Krzysztof Opasiak
1
-2
/
+14
2015-03-11
usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()
Robert Baldyga
1
-1
/
+0
2015-02-23
usb: gadget: function: f_hid: fix sparse warning
Lad, Prabhakar
1
-1
/
+1
2015-01-19
Merge tag 'v3.19-rc5' into next
Felipe Balbi
1
-2
/
+3
2015-01-12
usb: gadget: hid: consistently use 2^n - 1 for max values
Andrzej Pietrasiewicz
1
-1
/
+1
2014-12-22
usb: gadget: fix misspelling of current function in string
Julia Lawall
1
-2
/
+3
2014-12-14
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-68
/
+306
2014-11-20
treewide: fix typo in printk and Kconfig
Masanari Iida
1
-1
/
+1
2014-11-18
usb: gadget: f_hid: fix error handling in ghid_setup()
Dan Carpenter
1
-5
/
+10
2014-11-18
usb: gadget: f_hid: use after free in hidg_alloc_inst()
Dan Carpenter
1
-0
/
+1
2014-11-12
usb: gadget: f_hid: hidg_alloc() can be static
Fengguang Wu
1
-1
/
+1
2014-11-06
usb: gadget: hid: add configfs support
Andrzej Pietrasiewicz
1
-1
/
+143
2014-11-06
usb: gadget: f_hid: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-8
/
+6
2014-11-06
usb: gadget: f_hid: remove compatibility layer
Andrzej Pietrasiewicz
1
-73
/
+0
2014-11-06
usb: gadget: f_hid: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
1
-32
/
+186
2014-11-06
usb: gadget: f_hid: check return value of device_create
Andrzej Pietrasiewicz
1
-2
/
+9
2014-11-06
usb: gadget: f_hid: check return value of class_create
Andrzej Pietrasiewicz
1
-0
/
+4
2014-10-23
usb: gadget: function: Remove redundant usb_free_all_descriptors
Pavitrakumar Managutte
1
-2
/
+3
2014-07-16
usb: gadget: Gadget directory cleanup - group usb functions
Andrzej Pietrasiewicz
1
-0
/
+763