aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds22-729/+1795
2018-08-20Merge branch 'for-4.19/wiimote' into for-linusJiri Kosina3-0/+457
2018-08-20Merge branch 'for-4.19/wacom' into for-linusJiri Kosina2-59/+66
2018-08-20Merge branch 'for-4.19/upstream' into for-linusJiri Kosina4-30/+7
2018-08-20Merge branch 'for-4.19/sony' into for-linusJiri Kosina1-136/+28
2018-08-20Merge branch 'for-4.19/multitouch-multiaxis' into for-linusJiri Kosina4-401/+657
2018-08-20Merge branch 'for-4.19/intel-ish' into for-linusJiri Kosina2-5/+17
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-08-02HID: intel_ish-hid: tx_buf memory leak on probe/removeAnton Vasilyev2-5/+6
2018-08-02HID: intel-ish-hid: Prevent loading of driver on MehlowSrinivas Pandruvada1-0/+11
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: intel-ish-hid: remove redundant variable num_fragsColin Ian King1-2/+0
2018-07-17HID: multitouch: handle palm for touchscreensDmitry Torokhov1-1/+51
2018-07-17HID: multitouch: touchscreens also use confidence reportsDmitry Torokhov1-1/+2
2018-07-17HID: multitouch: report MT_TOOL_PALM for non-confident touchesDmitry Torokhov1-5/+14
2018-07-17HID: microsoft: support the Surface DialBenjamin Tissoires1-6/+43
2018-07-17HID: core: do not upper bound the collection stackBenjamin Tissoires1-3/+14
2018-07-17HID: input: enable Totem on the Dell Canvas 27Benjamin Tissoires2-14/+37
2018-07-17HID: multitouch: remove one copy of valuesBenjamin Tissoires1-281/+264
2018-07-17HID: multitouch: ditch mt_report_idBenjamin Tissoires1-32/+94
2018-07-17HID: multitouch: store a per application quirks valueBenjamin Tissoires1-32/+32
2018-07-17HID: multitouch: Store per collection multitouch dataBenjamin Tissoires1-150/+230
2018-07-17HID: multitouch: make sure the static list of class is not changedBenjamin Tissoires1-2/+2
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-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman5-5/+31
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-5/+31
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sc->output_report_dmabufHanno Zulla1-7/+8
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_battery_probe()Hanno Zulla1-24/+4
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()Hanno Zulla1-37/+5
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_register_sensors()Hanno Zulla1-34/+5
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_register_touchpad()Hanno Zulla1-34/+6
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-03use the new async probing feature for the hyperv driversArjan van de Ven1-0/+3
2018-07-03HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke1-2/+8
2018-07-03HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng1-1/+2
2018-07-03HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke1-38/+54
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke2-20/+10
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