aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Merge branch 'for-5.14/core' into for-linusGravatar Jiri Kosina 1-7/+3
2021-05-27HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_ke...Gravatar Hans de Goede 1-1/+0
2021-05-05HID: Add BUS_VIRTUAL to hid_connect loggingGravatar Mark Bolhuis 1-0/+3
2021-05-05HID: do not use down_interruptible() when unbinding devicesGravatar Dmitry Torokhov 1-7/+3
2021-04-07HID: hid-core: Fix incorrect function name in headerGravatar Lee Jones 1-1/+1
2021-01-18HID: make arrays usage and value to be the sameGravatar Will McVicker 1-3/+3
2021-01-08HID: core: detect and skip invalid inputs to snto32()Gravatar Randy Dunlap 1-0/+3
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusGravatar Jiri Kosina 1-4/+4
2020-09-30HID: add vivaldi HID driverGravatar Sean O'Brien 1-0/+7
2020-09-23HID: core: fix kerneldoc warnings in hid-core.cGravatar Xiaofei Tan 1-4/+4
2020-09-01HID: core: Correctly handle ReportSize being zeroGravatar Marc Zyngier 1-2/+13
2020-02-12HID: core: fix off-by-one memset in hid_report_raw_event()Gravatar Johan Korsnes 1-1/+3
2019-12-11HID: Fix slab-out-of-bounds read in hid_field_extractGravatar Alan Stern 1-0/+6
2019-11-18HID: Improve Windows Precision Touchpad detection.Gravatar Blaž Hrastnik 1-0/+4
2019-11-12HID: core: check whether Usage Page item is after Usage ID itemsGravatar Candle Sun 1-6/+45
2019-10-01HID: fix error message in hid_open_report()Gravatar Michał Mirosław 1-2/+5
2019-09-18HID: core: fix dmesg flooding if report field larger than 32bitGravatar Joshua Clayton 1-2/+2
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-13/+3
2019-06-05Revert "HID: core: Call request_module before doing device_add"Gravatar Benjamin Tissoires 1-8/+0
2019-06-05Revert "HID: core: Do not call request_module() in async context"Gravatar Benjamin Tissoires 1-4/+2
2019-06-05Revert "HID: Increase maximum report size allowed by hid_field_extract()"Gravatar Benjamin Tissoires 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-05-06Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...Gravatar Jiri Kosina 1-12/+34
2019-04-24HID: input: make sure the wheel high resolution multiplier is setGravatar Benjamin Tissoires 1-2/+5
2019-04-05HID: core: Do not call request_module() in async contextGravatar Hans de Goede 1-2/+4
2019-04-02HID: core: Call request_module before doing device_addGravatar Hans de Goede 1-0/+8
2019-04-02HID: core: move Usage Page concatenation to Main itemGravatar Nicolas Saenz Julienne 1-12/+24
2019-03-18HID: Increase maximum report size allowed by hid_field_extract()Gravatar Kai-Heng Feng 1-3/+3
2019-01-16HID: core: simplify active collection trackingGravatar Philipp Zabel 1-11/+2
2019-01-10HID: core: replace the collection tree pointers with indicesGravatar Peter Hutterer 1-11/+21
2018-12-07HID: core: process the Resolution MultiplierGravatar Peter Hutterer 1-0/+170
2018-12-07HID: core: store the collections as a basic treeGravatar Peter Hutterer 1-0/+4
2018-10-23Merge branch 'for-4.20/core' into for-linusGravatar Jiri Kosina 1-1/+1
2018-09-05HID: core: fix NULL pointer dereferenceGravatar Gustavo A. R. Silva 1-1/+2
2018-08-28HID: core: fix memory leak on probeGravatar Stefan Agner 1-0/+2
2018-08-28HID: increase maximum global item tag report size to 256Gravatar Song, Hongyan 1-1/+1
2018-08-20Merge branch 'for-4.19/multitouch-multiaxis' into for-linusGravatar Jiri Kosina 1-3/+14
2018-07-23HID: cougar: make compare_device_paths reusableGravatar Daniel M. Lambea 1-0/+23
2018-07-17HID: core: do not upper bound the collection stackGravatar Benjamin Tissoires 1-3/+14
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+4
2018-06-25HID: core: allow concurrent registration of driversGravatar Benjamin Tissoires 1-1/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+6
2018-06-08Merge branch 'for-4.18/multitouch' into for-linusGravatar Jiri Kosina 1-6/+13
2018-05-16HID: core: fix hid_hw_open() commentGravatar Hisao Tanabe 1-1/+1
2018-04-26HID: generic: create one input report per application typeGravatar Benjamin Tissoires 1-6/+13
2018-04-05Merge branch 'for-4.17/upstream' into for-linusGravatar Jiri Kosina 1-11/+24
2018-04-05Merge branch 'for-4.17/multitouch' into for-linusGravatar Jiri Kosina 1-0/+2
2018-03-23HID: core: reset the quirks before calling probe againGravatar Benjamin Tissoires 1-0/+2
2018-03-06HID: core: rewrite the hid-generic automatic unbindGravatar Benjamin Tissoires 1-11/+24
2018-02-16HID: core: Fix size as type u32Gravatar Aaron Ma 1-5/+5