Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get: - a fixup for Goodix touchscreen driver allowing it to work on certain Cherry Trail devices; - a fix for imbalanced enable/disable regulator in Elam touchpad driver that became apparent when used with Asus TF103C 2-in-1 dock; - a couple new input keycodes used on newer keyboards. Changelog: --------- David Gow (1): Input: samsung-keypad - properly state IOMEM dependency Hans de Goede (4): Input: goodix - use the new soc_intel_is_byt() helper Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt() resource Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power() Input: elan_i2c - fix regulator enable count imbalance after suspend/resume William Mahon (2): HID: add mapping for KEY_DICTATE HID: add mapping for KEY_ALL_APPLICATIONS Diffstat: -------- drivers/hid/hid-debug.c | 5 ++- drivers/hid/hid-input.c | 3 ++ drivers/input/keyboard/Kconfig | 2 +- drivers/input/mouse/elan_i2c_core.c | 64 ++++++++++++---------------------- drivers/input/touchscreen/goodix.c | 34 +++++++++--------- include/uapi/linux/input-event-codes.h | 4 ++- 6 files changed, 51 insertions(+), 61 deletions(-) Thanks. -- Dmitry