aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-66/+1084
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-13/+2
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+34
2019-11-29Merge branch 'for-5.5/whiskers' into for-linusJiri Kosina1-43/+103
2019-11-29Merge branch 'for-5.5/logitech' into for-linusJiri Kosina5-0/+908
2019-11-29Merge branch 'for-5.5/ish' into for-linusJiri Kosina1-1/+1
2019-11-29Merge branch 'for-5.5/i2c' into for-linusJiri Kosina1-2/+0
2019-11-29Merge branch 'for-5.5/hidraw' into for-linusJiri Kosina1-5/+5
2019-11-29Merge branch 'for-5.5/core' into for-linusJiri Kosina3-61/+61
2019-11-21HID: hyperv: Add the support of hibernationDexuan Cui1-0/+34
2019-11-18HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI transport deviceAndrew Duggan1-1/+2
2019-11-18HID: quirks: remove hid-led devices from hid_have_special_driverHeiner Kallweit1-7/+0
2019-11-18HID: Improve Windows Precision Touchpad detection.Blaž Hrastnik1-0/+4
2019-11-15HID: i2c-hid: Reset ALPS touchpads on resumeKai-Heng Feng1-1/+11
2019-11-15HID: i2c-hid: fix no irq after reset on raydium 3118Aaron Ma2-0/+3
2019-11-15HID: logitech-hidpp: Silence intermittent get_battery_capacity errorsHans de Goede1-0/+3
2019-11-15HID: i2c-hid: remove orphaned member sleep_delayYou-Sheng Yang1-2/+0
2019-11-14HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouseJinke Fan2-0/+2
2019-11-12HID: core: check whether Usage Page item is after Usage ID itemsCandle Sun1-6/+45
2019-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds3-4/+25
2019-11-06HID: wacom: generic: Treat serial number and related fields as unsignedJason Gerecke2-4/+21
2019-11-02HID: intel-ish-hid: Spelling s/diconnect/disconnect/Geert Uytterhoeven1-1/+1
2019-11-02HID: i2c-hid: Send power-on command after resetHans de Goede1-0/+4
2019-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds21-259/+297
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-10/+1
2019-10-18HID: i2c-hid: add Trekstor Primebook C11B to descriptor overrideHans de Goede1-0/+19
2019-10-18HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()Andrey Smirnov1-28/+5
2019-10-18HID: logitech-hidpp: rework device validationAndrey Smirnov1-24/+30
2019-10-18HID: logitech-hidpp: split g920_get_config()Andrey Smirnov1-54/+96
2019-10-18HID: i2c-hid: Remove runtime power managementKai-Heng Feng1-111/+7
2019-10-16HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()Zhang Lixu1-1/+1
2019-10-10HID: google: Detect base folded usage instead of hard-coding whiskersNicolas Boichat1-28/+25
2019-10-10HID: google: add magnemite/masterball USB idsNicolas Boichat2-0/+6
2019-10-04HID: logitech: Add depends on LEDS_CLASS to Logitech Kconfig entryHans de Goede1-0/+1
2019-10-03HID: Fix assumption that devices have inputsAlan Stern14-37/+126
2019-10-03HID: lg-g15: Add support for the G510's M1-M3 and MR LEDsHans de Goede1-3/+90
2019-10-03HID: lg-g15: Add support for controlling the G510's RGB backlightHans de Goede1-15/+257
2019-10-03HID: lg-g15: Add support for the G510 keyboards' gaming keysHans de Goede2-4/+124
2019-10-03HID: lg-g15: Add support for the M1-M3 and MR LEDsHans de Goede1-7/+47
2019-10-03HID: lg-g15: Add keyboard and LCD backlight controlHans de Goede1-0/+156
2019-10-03HID: Add driver for Logitech gaming keyboards (G15, G15 v2)Hans de Goede3-0/+259
2019-10-01HID: hyperv: Use in-place iterator API in the channel callbackDexuan Cui1-46/+10
2019-10-01HID: hidraw: replace printk() with corresponding pr_xx() variantRishi Gupta1-5/+5
2019-10-01HID: prodikeys: make array keys static const, makes object smallerColin Ian King1-2/+2
2019-10-01HID: fix error message in hid_open_report()Michał Mirosław1-2/+5
2019-10-01HID: google: whiskers: signal tablet mode on connectDmitry Torokhov1-6/+6
2019-10-01HID: google: whiskers: signal tablet mode switch on disconnectDmitry Torokhov1-1/+23
2019-10-01HID: google: whiskers: more robust tablet mode detectionDmitry Torokhov1-15/+56
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-2/+2