summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2018-07-17HID: multitouch: store a per application quirks valueBenjamin Tissoires-32/+32
2018-07-17HID: multitouch: Store per collection multitouch dataBenjamin Tissoires-150/+230
2018-07-17HID: multitouch: make sure the static list of class is not changedBenjamin Tissoires-2/+2
2018-07-17HID: elan: Add support for touchpad on the Toshiba Click Mini L9WHans de Goede-5/+61
2018-07-17HID: elan: Add USB-id for HP x2 10-n000nd touchpadHans de Goede-0/+3
2018-07-17HID: elan: Add a flag for selecting if the touchpad has a LEDHans de Goede-4/+9
2018-07-17HID: elan: Query resolution from the touchpadHans de Goede-0/+21
2018-07-17HID: elan: Query device max_x and max_y value from touchpadHans de Goede-20/+75
2018-07-17HID: elan: Hardcode finger-count and usb-interfaceHans de Goede-10/+6
2018-07-17HID: elan: Correctly report MT_PRESSURE instead of TOOL_WIDTHHans de Goede-12/+13
2018-07-17HID: elan: Stop claiming we have TOUCH_MAJOR and then never reporting itHans de Goede-2/+0
2018-07-17HID: elan: Remove unused max_area_x and max_area_y vatiablesHans de Goede-4/+0
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman-5/+31
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-5/+31
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sc->output_report_dmabufHanno Zulla-7/+8
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_battery_probe()Hanno Zulla-24/+4
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()Hanno Zulla-37/+5
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_register_sensors()Hanno Zulla-34/+5
2018-07-09HID: hid-sony.c: Use devm_ api to simplify sony_register_touchpad()Hanno Zulla-34/+6
2018-07-09HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva-0/+11
2018-07-09HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk-1/+1
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven-0/+3
2018-07-03HID: wacom: Correct touch maximum XY of 2nd-gen IntuosJason Gerecke-2/+8
2018-07-03HID: wacom: convert Wacom custom usages to standard HID usagesPing Cheng-1/+2
2018-07-03HID: wacom: Move handling of HID quirks into a dedicated functionJason Gerecke-38/+54
2018-07-03HID: wacom: Replace touch_max fixup code with static touch_max definitionsJason Gerecke-20/+10
2018-07-03HID: debug: check length before copy_to_user()Daniel Rosenberg-1/+7
2018-06-25HID: core: allow concurrent registration of driversBenjamin Tissoires-1/+4
2018-06-25HID: wiimote: add support for Guitar-Hero devicesNicolas Adenis-Lamarre-0/+457
2018-06-25HID: usbhid: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-3/+4
2018-06-25HID: redragon: fix num lock and caps lock LEDsRobert Munteanu-25/+1
2018-06-25HID: hid-ntrig: add error handling for sysfs_create_groupZhouyang Jia-0/+2
2018-06-25HID: i2c-hid: Add vddl regulator controlStephen Boyd-24/+24
2018-06-25HID: i2c-hid: Use devm to allocate i2c_hid structStephen Boyd-6/+3
2018-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-20/+23
2018-06-20HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke-0/+8
2018-06-20HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu-15/+7
2018-06-20HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Rodrigo Rivas Costa-5/+5
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-5/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-6/+10
2018-06-11HID: google: Add support for whiskersNicolas Boichat-0/+3
2018-06-08Merge branch 'for-4.18/wacom' into for-linusJiri Kosina-35/+39
2018-06-08Merge branch 'for-4.18/upstream' into for-linusJiri Kosina-1/+0
2018-06-08Merge branch 'for-4.18/rmi' into for-linusJiri Kosina-0/+20
2018-06-08Merge branch 'for-4.18/plantronics' into for-linusJiri Kosina-1/+5
2018-06-08Merge branch 'for-4.18/multitouch' into for-linusJiri Kosina-131/+266
2018-06-08Merge branch 'for-4.18/i2c-hid' into for-linusJiri Kosina-8/+25
2018-06-08Merge branch 'for-4.18/hid-steam' into for-linusJiri Kosina-0/+1129