Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive second round of updates for the input subsystem. You will get: - fixups for Synaptics RMI4 driver - a quirk for Goodinx touchscreen on Teclast tablet - a new keycode definition for activating privacy screen feature found on a few "enterprise" laptops - updates to snvs_pwrkey driver - one can now poll uinput device for writing (which is always allowed) Changelog: --------- Dmitry Torokhov (1): Input: snvs_pwrkey - remove gratuitous NULL initializers Hans Verkuil (1): Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers Hans de Goede (1): Input: goodix - add upside-down quirk for Teclast X89 tablet Lucas Stach (1): Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash Marcel Holtmann (1): Input: uinput - fix returning EPOLLOUT from uinput_poll Mathew King (1): Input: add privacy screen toggle keycode Robin van der Gracht (1): Input: snvs_pwrkey - send key events for i.MX6 S, DL and Q Diffstat: -------- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/snvs_pwrkey.c | 48 +++++++++++++++++++++++++--------- drivers/input/misc/uinput.c | 2 +- drivers/input/rmi4/rmi_f34v7.c | 3 +++ drivers/input/rmi4/rmi_smbus.c | 2 -- drivers/input/touchscreen/goodix.c | 9 +++++++ include/uapi/linux/input-event-codes.h | 2 ++ 7 files changed, 51 insertions(+), 17 deletions(-) Thanks. -- Dmitry