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.10-rc7
Date: Fri, 11 Dec 2020 19:13:21 -0800	[thread overview]
Message-ID: <X9Q1UXLZ812+YO2p@google.com> (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 for cm109 stomping on its own control URB if it tries to toggle
  buzzer immediately after userspace opens input device (found by
  syzcaller)
- another fix for Raydium touchscreens that do not like splitting
  command transfers
- quirks for i8042, soc_button_array, and goodix drivers to make them
  work better with certain hardware.

Changelog:
---------

Chris Chiu (1):
      Input: i8042 - add Acer laptops to the i8042 reset list

Dmitry Torokhov (2):
      Input: cros_ec_keyb - send 'scancodes' in addition to key events
      Input: cm109 - do not stomp on control URB

Furquan Shaikh (1):
      Input: raydium_ts_i2c - do not split tx transactions

Hans de Goede (1):
      Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_level_irq list

Simon Beginn (1):
      Input: goodix - add upside-down quirk for Teclast X98 Pro tablet

Diffstat:
--------

 drivers/input/keyboard/cros_ec_keyb.c      |   1 +
 drivers/input/misc/cm109.c                 |   7 +-
 drivers/input/misc/soc_button_array.c      |  11 +++
 drivers/input/serio/i8042-x86ia64io.h      |  42 ++++++++++
 drivers/input/touchscreen/goodix.c         |  12 +++
 drivers/input/touchscreen/raydium_i2c_ts.c | 126 ++++++++++++++++++++---------
 6 files changed, 159 insertions(+), 40 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2020-12-12  3:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-12  3:13 Dmitry Torokhov [this message]
2020-12-12 19:01 ` [git pull] Input updates for v5.10-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=X9Q1UXLZ812+YO2p@google.com \
    --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.