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 v6.7-rc6
Date: Fri, 22 Dec 2023 23:48:14 -0800	[thread overview]
Message-ID: <ZYaQvgIr99ixMKBS@google.com> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.7-rc6

to receive updates for the input subsystem. You will get:

- a quirk to AT keyboard driver to skip issuing "GET ID" command when 8042
  is in translated mode and the device is a laptop/portable, because the
  "GET ID" command makes a bunch of recent laptops unhappy

- a quirk to i8042 to disable multiplexed mode on Acer P459-G2-M which
  causes issues on resume

- psmouse will activate native RMI4 protocol support for touchpad on
  ThinkPad L14 G1

- addition of Razer Wolverine V2 ID to xpad gamepad driver

- mapping for airplane mode button in soc_button_array driver for TUXEDO
  laptops

- improved error handling in ipaq-micro-keys driver

- amimouse being prepared for platform remove callback returning void

Changelog:
---------

Christoffer Sandberg (1):
      Input: soc_button_array - add mapping for airplane mode button

Esther Shimanovich (1):
      Input: i8042 - add nomux quirk for Acer P459-G2-M

Hans de Goede (1):
      Input: atkbd - skip ATKBD_CMD_GETID in translated mode

Haoran Liu (1):
      Input: ipaq-micro-keys - add error handling for devm_kmemdup

José Pekkarinen (1):
      Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1

Luca Weiss (1):
      Input: xpad - add Razer Wolverine V2 support

Uwe Kleine-König (1):
      Input: amimouse - convert to platform remove callback returning void

Diffstat:
--------

 drivers/input/joystick/xpad.c            |  1 +
 drivers/input/keyboard/atkbd.c           | 46 +++++++++++++++++++++++++++++---
 drivers/input/keyboard/ipaq-micro-keys.c |  3 +++
 drivers/input/misc/soc_button_array.c    |  5 ++++
 drivers/input/mouse/amimouse.c           |  5 ++--
 drivers/input/mouse/synaptics.c          |  1 +
 drivers/input/serio/i8042-acpipnpio.h    |  8 ++++++
 7 files changed, 62 insertions(+), 7 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2023-12-23  7:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-23  7:48 Dmitry Torokhov [this message]
2023-12-23 20:21 ` [git pull] Input updates for v6.7-rc6 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=ZYaQvgIr99ixMKBS@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.