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
/
hid
/
usbhid
/
hid-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...
Jiri Kosina
1
-20
/
+25
2017-03-21
HID: remove initial reading of reports at connect
Benjamin Tissoires
1
-8
/
+3
2017-03-06
HID: usbhid: Use pr_<level> and remove unnecessary OOM messages
Joe Perches
1
-9
/
+7
2017-03-06
HID: usbhid: extend polling interval configuration to joysticks
Tobias Jakobi
1
-3
/
+15
2017-01-06
HID: remove use of DRIVER_LICENSE
Grant Grundler
1
-2
/
+1
2016-12-09
HID: usbhid: fix improper return value
Pan Bian
1
-3
/
+3
2016-03-24
HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
Alan Stern
1
-36
/
+37
2015-12-01
HID: usbhid: fix recursive deadlock
Ioan-Adrian Ratiu
1
-2
/
+2
2015-11-23
HID: usbhid: discarded events don't abort idleness
Oliver Neukum
1
-1
/
+1
2015-08-18
HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error
Don Zickus
1
-1
/
+1
2015-07-08
HID: usbhid: no flushing if device is already polled
Oliver Neukum
1
-1
/
+2
2014-12-12
Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...
Jiri Kosina
1
-2
/
+1
2014-12-01
HID: make hid_report_len as a static inline function in hid.h
Mathieu Magnaudet
1
-2
/
+1
2014-10-29
HID: usbhid: prevent unwanted events to be sent when re-opening the device
Benjamin Tissoires
1
-12
/
+24
2014-10-06
Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...
Jiri Kosina
1
-28
/
+32
2014-09-08
HID: usbhid: add always-poll quirk
Johan Hovold
1
-3
/
+23
2014-09-03
HID: usbhid: improve handling of Clear-Halt and reset
Alan Stern
1
-25
/
+9
2014-07-29
HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed
Reyad Attiyat
1
-1
/
+5
2014-06-10
HID: usbhid: remove unneeded initialization of quirks_param[]
Mathias Krause
1
-1
/
+1
2014-03-14
HID: remove hid_output_raw_report transport implementations
Benjamin Tissoires
1
-12
/
+0
2014-03-14
HID: sony: do not rely on hid_output_raw_report
Benjamin Tissoires
1
-1
/
+6
2014-02-17
HID: usbhid: change return error of usbhid_output_report
Benjamin Tissoires
1
-1
/
+1
2014-02-17
HID: remove hid_get_raw_report in struct hid_device
Benjamin Tissoires
1
-1
/
+0
2014-02-17
HID: usbhid: remove duplicated code
Benjamin Tissoires
1
-53
/
+11
2014-01-29
HID: Add transport-driver functions to the USB HID interface.
Frank Praznik
1
-0
/
+78
2013-09-06
Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...
Jiri Kosina
1
-69
/
+14
2013-08-27
HID: do not init input reports for Win 8 multitouch devices
Benjamin Tissoires
1
-3
/
+8
2013-07-31
HID: usbhid: use generic hidinput_input_event()
David Herrmann
1
-71
/
+3
2013-07-31
HID: usbhid: update LED fields unlocked
David Herrmann
1
-3
/
+13
2013-07-31
HID: usbhid: make usbhid_set_leds() static
David Herrmann
1
-2
/
+1
2013-07-22
HID: fix data access in implement()
Jiri Kosina
1
-3
/
+2
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-4
/
+31
2013-03-25
USBHID: don't recover device if suspend fails in system sleep
Ming Lei
1
-9
/
+5
2013-03-07
HID: ll_driver: Extend the interface with idle requests
Benjamin Tissoires
1
-0
/
+15
2013-02-25
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+1
2013-02-25
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+1
2013-02-25
HID: Extend the interface with wait io request
Henrik Rydberg
1
-0
/
+1
2013-02-25
HID: Extend the interface with report requests
Henrik Rydberg
1
-0
/
+13
2012-10-01
HID: keep dev_rdesc unmodified and use it for comparisons
Kevin Daughtridge
1
-3
/
+3
2012-07-20
HID: usbhid: fix error paths in suspend
Alan Stern
1
-27
/
+44
2012-07-20
HID: usbhid: check for suspend or reset before restarting
Alan Stern
1
-2
/
+4
2012-07-20
HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED
Alan Stern
1
-7
/
+7
2012-07-20
HID: usbhid: inline some simple routines
Alan Stern
1
-31
/
+16
2012-07-20
HID: usbhid: fix autosuspend calls
Alan Stern
1
-74
/
+72
2012-07-20
HID: usbhid: fix use-after-free bug
Alan Stern
1
-5
/
+11
2012-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-26
/
+55
2012-05-22
Merge branch 'upstream' into for-linus
Jiri Kosina
1
-10
/
+55
2012-05-01
USB: hid-core.c: remove dbg() usage
Greg Kroah-Hartman
1
-2
/
+2
2012-05-01
usbhid: prevent deadlock during timeout
Oliver Neukum
1
-6
/
+55
2012-05-01
HID: Create a common generic driver
Henrik Rydberg
1
-16
/
+0
[next]