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
/
hid-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
Merge branch 'for-5.9/upstream-fixes' into for-linus
Jiri Kosina
1
-4
/
+4
2020-09-30
HID: add vivaldi HID driver
Sean O'Brien
1
-0
/
+7
2020-09-23
HID: core: fix kerneldoc warnings in hid-core.c
Xiaofei Tan
1
-4
/
+4
2020-09-01
HID: core: Correctly handle ReportSize being zero
Marc Zyngier
1
-2
/
+13
2020-02-12
HID: core: fix off-by-one memset in hid_report_raw_event()
Johan Korsnes
1
-1
/
+3
2019-12-11
HID: Fix slab-out-of-bounds read in hid_field_extract
Alan Stern
1
-0
/
+6
2019-11-18
HID: Improve Windows Precision Touchpad detection.
Blaž Hrastnik
1
-0
/
+4
2019-11-12
HID: core: check whether Usage Page item is after Usage ID items
Candle Sun
1
-6
/
+45
2019-10-01
HID: fix error message in hid_open_report()
Michał Mirosław
1
-2
/
+5
2019-09-18
HID: core: fix dmesg flooding if report field larger than 32bit
Joshua Clayton
1
-2
/
+2
2019-06-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-13
/
+3
2019-06-05
Revert "HID: core: Call request_module before doing device_add"
Benjamin Tissoires
1
-8
/
+0
2019-06-05
Revert "HID: core: Do not call request_module() in async context"
Benjamin Tissoires
1
-4
/
+2
2019-06-05
Revert "HID: Increase maximum report size allowed by hid_field_extract()"
Benjamin Tissoires
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-4
/
+1
2019-05-06
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...
Jiri Kosina
1
-12
/
+34
2019-04-24
HID: input: make sure the wheel high resolution multiplier is set
Benjamin Tissoires
1
-2
/
+5
2019-04-05
HID: core: Do not call request_module() in async context
Hans de Goede
1
-2
/
+4
2019-04-02
HID: core: Call request_module before doing device_add
Hans de Goede
1
-0
/
+8
2019-04-02
HID: core: move Usage Page concatenation to Main item
Nicolas Saenz Julienne
1
-12
/
+24
2019-03-18
HID: Increase maximum report size allowed by hid_field_extract()
Kai-Heng Feng
1
-3
/
+3
2019-01-16
HID: core: simplify active collection tracking
Philipp Zabel
1
-11
/
+2
2019-01-10
HID: core: replace the collection tree pointers with indices
Peter Hutterer
1
-11
/
+21
2018-12-07
HID: core: process the Resolution Multiplier
Peter Hutterer
1
-0
/
+170
2018-12-07
HID: core: store the collections as a basic tree
Peter Hutterer
1
-0
/
+4
2018-10-23
Merge branch 'for-4.20/core' into for-linus
Jiri Kosina
1
-1
/
+1
2018-09-05
HID: core: fix NULL pointer dereference
Gustavo A. R. Silva
1
-1
/
+2
2018-08-28
HID: core: fix memory leak on probe
Stefan Agner
1
-0
/
+2
2018-08-28
HID: increase maximum global item tag report size to 256
Song, Hongyan
1
-1
/
+1
2018-08-20
Merge branch 'for-4.19/multitouch-multiaxis' into for-linus
Jiri Kosina
1
-3
/
+14
2018-07-23
HID: cougar: make compare_device_paths reusable
Daniel M. Lambea
1
-0
/
+23
2018-07-17
HID: core: do not upper bound the collection stack
Benjamin Tissoires
1
-3
/
+14
2018-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+4
2018-06-25
HID: core: allow concurrent registration of drivers
Benjamin Tissoires
1
-1
/
+4
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+6
2018-06-08
Merge branch 'for-4.18/multitouch' into for-linus
Jiri Kosina
1
-6
/
+13
2018-05-16
HID: core: fix hid_hw_open() comment
Hisao Tanabe
1
-1
/
+1
2018-04-26
HID: generic: create one input report per application type
Benjamin Tissoires
1
-6
/
+13
2018-04-05
Merge branch 'for-4.17/upstream' into for-linus
Jiri Kosina
1
-11
/
+24
2018-04-05
Merge branch 'for-4.17/multitouch' into for-linus
Jiri Kosina
1
-0
/
+2
2018-03-23
HID: core: reset the quirks before calling probe again
Benjamin Tissoires
1
-0
/
+2
2018-03-06
HID: core: rewrite the hid-generic automatic unbind
Benjamin Tissoires
1
-11
/
+24
2018-02-16
HID: core: Fix size as type u32
Aaron Ma
1
-5
/
+5
2018-01-31
Merge branch 'for-4.16/hid-quirks-cleanup/_base' into for-linus
Jiri Kosina
1
-876
/
+56
2017-12-07
HID: core: lower log level for unknown main item tags to warnings
Hans de Goede
1
-1
/
+1
2017-11-21
HID: core: remove the absolute need of hid_have_special_driver[]
Benjamin Tissoires
1
-28
/
+48
2017-11-21
HID: core: move the list of ignored devices in hid-quirks.c
Benjamin Tissoires
1
-309
/
+0
2017-11-21
HID: quirks: move the list of special devices into a quirk
Benjamin Tissoires
1
-536
/
+1
2017-11-21
HID: core: move the dynamic quirks handling in core
Benjamin Tissoires
1
-3
/
+7
2017-11-15
Merge branch 'for-4.15/upstream' into for-linus
Jiri Kosina
1
-1
/
+1
[next]