Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Mar 2020 03:49:44 +0000 (20:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Mar 2020 03:49:44 +0000 (20:49 -0700)
commitf3e69428b5e26b0851d7ef4c15859cffebf2b9de
tree377d6863ec2f2b209179c47ca9fc04969232173c
parent9efcc4a129363187c9bf15338692f107c5c9b6f0
parent4134252ab7e2c339a54302b88496cb5a89cdbaec
Merge branch 'for-linus' of git://git./linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - a fix to generate proper timestamps on key autorepeat events that
   were broken recently

 - a fix for Synaptics driver to only activate reduced reporting mode
   when explicitly requested

 - a new keycode for "selective screenshot" function

 - other assorted fixes

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: fix stale timestamp on key autorepeat events
  Input: move the new KEY_SELECTIVE_SCREENSHOT keycode
  Input: avoid BIT() macro usage in the serio.h UAPI header
  Input: synaptics-rmi4 - set reduced reporting mode only when requested
  Input: synaptics - enable RMI on HP Envy 13-ad105ng
  Input: allocate keycode for "Selective Screenshot" key
  Input: tm2-touchkey - add support for Coreriver TC360 variant
  dt-bindings: input: add Coreriver TC360 binding
  dt-bindings: vendor-prefixes: Add Coreriver vendor prefix
  Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()
Documentation/devicetree/bindings/vendor-prefixes.yaml
drivers/input/input.c