All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v5.6-rc7
Date: Thu, 26 Mar 2020 19:32:33 -0700	[thread overview]
Message-ID: <20200327023233.GA180354@dtor-ws> (raw)

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 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.

Changelog:
---------

Andrew Duggan (1):
      Input: synaptics-rmi4 - set reduced reporting mode only when requested

Dan Carpenter (1):
      Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()

Dmitry Torokhov (2):
      Input: move the new KEY_SELECTIVE_SCREENSHOT keycode
      Input: fix stale timestamp on key autorepeat events

Eugene Syromiatnikov (1):
      Input: avoid BIT() macro usage in the serio.h UAPI header

Nick Reitemeyer (3):
      dt-bindings: vendor-prefixes: Add Coreriver vendor prefix
      dt-bindings: input: add Coreriver TC360 binding
      Input: tm2-touchkey - add support for Coreriver TC360 variant

Rajat Jain (1):
      Input: allocate keycode for "Selective Screenshot" key

Yussuf Khalil (1):
      Input: synaptics - enable RMI on HP Envy 13-ad105ng

Diffstat:
--------

 .../devicetree/bindings/input/cypress,tm2-touchkey.txt        |  1 +
 Documentation/devicetree/bindings/vendor-prefixes.yaml        |  2 ++
 drivers/input/input.c                                         |  1 +
 drivers/input/keyboard/tm2-touchkey.c                         | 11 +++++++++++
 drivers/input/mouse/synaptics.c                               |  1 +
 drivers/input/rmi4/rmi_f11.c                                  |  4 ++--
 drivers/input/touchscreen/raydium_i2c_ts.c                    |  8 ++++----
 include/uapi/linux/input-event-codes.h                        |  3 +++
 include/uapi/linux/serio.h                                    | 10 +++++-----
 9 files changed, 30 insertions(+), 11 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2020-03-27  2:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27  2:32 Dmitry Torokhov [this message]
2020-03-27  3:55 ` [git pull] Input updates for v5.6-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200327023233.GA180354@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.