index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_hid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
Michael Grzeschik
1
-1
/
+1
2024-08-22
USB: gadget: f_hid: Add GET_REPORT via userspace IOCTL
Chris Wulff
1
-7
/
+266
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-04-18
usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2023-12-07
usb: gadget: f_hid: fix report descriptor allocation
Konstantin Aladyshev
1
-3
/
+4
2023-06-20
USB: gadget: f_hid: make hidg_class a static const structure
Ivan Orlov
1
-11
/
+10
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-11-29
usb: gadget: f_hid: tidy error handling in hidg_alloc
John Keeping
1
-10
/
+11
2022-11-29
usb: gadget: f_hid: fix refcount leak on error path
John Keeping
1
-0
/
+1
2022-11-29
usb: gadget: f_hid: fix f_hidg lifetime vs cdev
John Keeping
1
-24
/
+28
2021-08-24
usb: gadget: f_hid: optional SETUP/SET_REPORT mode
Maxim Devaev
1
-33
/
+187
2021-07-28
usb: gadget: f_hid: idle uses the highest byte for duration
Maxim Devaev
1
-1
/
+1
2021-07-27
usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlers
Maxim Devaev
1
-0
/
+18
2021-07-27
usb: gadget: f_hid: fixed NULL pointer dereference
Phil Elwell
1
-6
/
+20
2021-06-21
usb: gadget: f_hid: fix endianness issue with descriptors
Ruslan Bilovol
1
-1
/
+1
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2021-06-09
usb: fix various gadgets null ptr deref on 10gbps cabling.
Maciej Żenczykowski
1
-1
/
+2
2021-05-10
usb: gadget: function: fix typo in f_hid.c
Wei Ming Chen
1
-1
/
+1
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-29
usb: get rid of pointless access_ok() calls
Al Viro
1
-6
/
+0
2019-03-20
USB: gadget: f_hid: fix deadlock in f_hidg_write()
Radoslav Gerganov
1
-3
/
+3
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
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
[next]