summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge branch 'for-4.19/i2c-hid' into for-linusJiri Kosina1-30/+27
2018-08-20Merge branch 'for-4.19/elan' into for-linusJiri Kosina2-53/+184
2018-07-23HID: cougar: Add support for the Cougar 500k Gaming KeyboardDaniel M. Lambea4-0/+326
2018-07-23HID: cougar: make compare_device_paths reusableDaniel M. Lambea2-15/+26
2018-07-17HID: elan: Add support for touchpad on the Toshiba Click Mini L9WHans de Goede2-5/+61
2018-07-17HID: elan: Add USB-id for HP x2 10-n000nd touchpadHans de Goede2-0/+3
2018-07-17HID: elan: Add a flag for selecting if the touchpad has a LEDHans de Goede1-4/+9
2018-07-17HID: elan: Query resolution from the touchpadHans de Goede1-0/+21
2018-07-17HID: elan: Query device max_x and max_y value from touchpadHans de Goede1-20/+75
2018-07-17HID: elan: Hardcode finger-count and usb-interfaceHans de Goede1-10/+6
2018-07-17HID: elan: Correctly report MT_PRESSURE instead of TOOL_WIDTHHans de Goede1-12/+13
2018-07-17HID: elan: Stop claiming we have TOUCH_MAJOR and then never reporting itHans de Goede1-2/+0
2018-07-17HID: elan: Remove unused max_area_x and max_area_y vatiablesHans de Goede1-4/+0
2018-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-5/+31
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva1-0/+11
2018-07-09HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk1-1/+1
2018-07-03HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke1-2/+8
2018-07-03HID: debug: check length before copy_to_user()Daniel Rosenberg1-1/+7
2018-06-25HID: core: allow concurrent registration of driversBenjamin Tissoires1-1/+4
2018-06-25HID: i2c-hid: Add vddl regulator controlStephen Boyd1-24/+24
2018-06-25HID: i2c-hid: Use devm to allocate i2c_hid structStephen Boyd1-6/+3
2018-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-20/+23
2018-06-20HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke1-0/+8
2018-06-20HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu1-15/+7
2018-06-20HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa1-5/+5
2018-06-16docs: fix broken references with multiple hintsMauro Carvalho Chehab1-1/+1
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook3-5/+6
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook4-6/+10
2018-06-11HID: google: Add support for whiskersNicolas Boichat2-0/+3
2018-06-08Merge branch 'for-4.18/wacom' into for-linusJiri Kosina1-35/+39
2018-06-08Merge branch 'for-4.18/upstream' into for-linusJiri Kosina1-1/+0
2018-06-08Merge branch 'for-4.18/rmi' into for-linusJiri Kosina1-0/+20
2018-06-08Merge branch 'for-4.18/plantronics' into for-linusJiri Kosina1-1/+5
2018-06-08Merge branch 'for-4.18/multitouch' into for-linusJiri Kosina6-131/+266
2018-06-08Merge branch 'for-4.18/i2c-hid' into for-linusJiri Kosina1-8/+25
2018-06-08Merge branch 'for-4.18/hid-steam' into for-linusJiri Kosina4-0/+1129
2018-06-08Merge branch 'for-4.18/hid-redragon' into for-linusJiri Kosina4-0/+95
2018-06-08Merge branch 'for-4.18/alps' into for-linusJiri Kosina1-5/+25
2018-05-30HID: rmi: use HID_QUIRK_NO_INPUT_SYNCBenjamin Tissoires1-0/+20
2018-05-30HID: multitouch: fix calculation of last slot field in multi-touch reportsBen Chan1-1/+4
2018-05-30HID: quirks: remove Delcom Visual Signal Indicator from hid_have_special_driv...Heiner Kallweit1-1/+0
2018-05-30HID: steam: select CONFIG_POWER_SUPPLYArnd Bergmann1-0/+1
2018-05-30HID: i2c-hid: remove i2c_hid_open_mutSebastian Andrzej Siewior1-2/+0
2018-05-22HID: wacom: Support "in range" for Intuos/Bamboo tablets where possibleJason Gerecke1-35/+39
2018-05-16HID: core: fix hid_hw_open() commentHisao Tanabe1-1/+1
2018-05-16HID: hid-plantronics: Re-resend Update to map button for PTT productsTerry Junge1-1/+5
2018-05-16HID: multitouch: fix types returned from mt_need_to_apply_feature()Jiri Kosina1-3/+3
2018-05-15HID: i2c-hid: check if device is there before really probingDmitry Torokhov1-0/+8
2018-05-15HID: steam: add missing fields in client initializationJiri Kosina1-0/+3