summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2018-08-03HID: i2c-hid: check if device is there before really probingDmitry Torokhov
2018-08-03HID: hid-plantronics: Re-resend Update to map button for PTT productsTerry Junge
2018-07-11HID: core: allow concurrent registration of driversBenjamin Tissoires
2018-07-11HID: debug: check length before copy_to_user()Daniel Rosenberg
2018-07-11HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva
2018-07-11HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk
2018-06-26HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke
2018-06-26HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu
2018-05-09HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-BHans de Goede
2018-04-26HID: intel-ish-hid: use put_device() instead of kfree()Arvind Yadav
2018-04-25HID: intel_ish-hid: Stop using a static local buffer in get_report()Hans de Goede
2018-04-25HID: intel_ish-hid: Move header size check to inside the loopHans de Goede
2018-04-25HID: wacom: Release device resource data obtained by devres_alloc()Arvind Yadav
2018-04-25HID: lenovo: Add support for IBM/Lenovo Scrollpoint micepgzh
2018-04-19HID: i2c-hid: fix inverted return value from i2c_hid_command()Jiri Kosina
2018-04-12HID: i2c-hid: Fix resume issue on Raydium touchscreen deviceAaron Ma
2018-04-12HID: wacom: bluetooth: send exit report for recent Bluetooth devicesAaron Armstrong Skomra
2018-04-09HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa
2018-04-09HID: input: fix battery level reporting on BT miceDmitry Torokhov
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-04-05Merge branch 'for-4.17/wacom' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/upstream' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/sony' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/multitouch' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/hid-i2c' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/hid-elan' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/google-hammer' into for-linusJiri Kosina
2018-04-05Merge branch 'for-4.17/elecom' into for-linusJiri Kosina
2018-03-28HID: google: Enable PM Full On mode when adjusting backlightHaridhar Kalvala
2018-03-27HID: google: add google hammer HID driverWei-Ning Huang
2018-03-23HID: core: reset the quirks before calling probe againBenjamin Tissoires
2018-03-23HID: multitouch: do not set HID_QUIRK_NO_INIT_REPORTSBenjamin Tissoires
2018-03-23HID: core: remove the need for HID_QUIRK_NO_EMPTY_INPUTBenjamin Tissoires
2018-03-23HID: multitouch: remove dead zones of Razer Blade StealthBenjamin Tissoires
2018-03-23HID: multitouch: export a quirk for the button handling of touchpadsBenjamin Tissoires
2018-03-23HID: usbhid: extend the polling interval configuration to keyboardsFilip Alac
2018-03-07HID: wacom: wacom_wac_collection() is local to wacom_wac.cJiri Kosina
2018-03-07HID: wacom: generic: add the "Report Valid" usageAaron Armstrong Skomra
2018-03-07HID: wacom: generic: Support multiple tools per reportAaron Armstrong Skomra
2018-03-07HID: wacom: Add support for 3rd generation Intuos BTAaron Armstrong Skomra
2018-03-06HID: core: rewrite the hid-generic automatic unbindBenjamin Tissoires
2018-03-06HID: sony: Add touchpad support for NSG-MR5U and NSG-MR7U remotesTodd Kelner
2018-03-06HID: hid-multitouch: Use true and false for boolean valuesGustavo A. R. Silva
2018-03-06HID: hid-ntrig: use true and false for boolean valuesGustavo A. R. Silva
2018-03-06HID: elecom: add support for EX-G M-XT4DRBK trackballTomasz Kramkowski
2018-03-06HID: elecom: refer to trackballs by model name instead of seriesTomasz Kramkowski
2018-02-16HID: corsair: Add K70 Vengeance and K70 RAPIDFIRE toAaron Bottegal
2018-02-16HID: uhid: use strlcpy() instead of strncpy()Xiongfeng Wang
2018-02-16HID: asus: make array 'buf' static constColin Ian King
2018-02-16HID: Fix hid_report_len usageAaron Ma