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.8-rc2
Date: Fri, 2 Feb 2024 11:51:32 -0800 [thread overview]
Message-ID: <Zb1HxLM3Vs9p4MiG@google.com> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.8-rc2
to receive updates for the input subsystem. You will get:
- a fix for the fix to deal with newer laptops which get confused by the
"GET ID" command when probing for PS/2 keyboards
- a couple of tweaks to i8042 to handle Clevo NS70PU and Lifebook U728
laptops
- a change to bcm5974 to validate that the device has appropriate
endpoints
- an addition of new product ID to xpad driver to recognize Lenovo
Legion Go controllers
- a quirk to Goodix controller to deal with extra GPIO described in ACPI
tables on some devices.
Changelog:
---------
Brenton Simpson (1):
Input: xpad - add Lenovo Legion Go controllers
Hans de Goede (3):
Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0
Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID
Javier Carrasco (1):
Input: bcm5974 - check endpoint type before starting traffic
Szilard Fabian (1):
Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
Werner Sembach (1):
Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
Diffstat:
--------
drivers/input/joystick/xpad.c | 2 ++
drivers/input/keyboard/atkbd.c | 14 +++++++++-----
drivers/input/mouse/bcm5974.c | 20 ++++++++++++++++++++
drivers/input/serio/i8042-acpipnpio.h | 14 ++++++++++++++
drivers/input/touchscreen/goodix.c | 3 ++-
5 files changed, 47 insertions(+), 6 deletions(-)
Thanks.
--
Dmitry
next reply other threads:[~2024-02-02 19:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 19:51 Dmitry Torokhov [this message]
2024-02-02 21:00 ` [git pull] Input updates for v6.8-rc2 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=Zb1HxLM3Vs9p4MiG@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.