* [git pull] Input updates for v6.12-rc1
@ 2024-10-02 9:01 Dmitry Torokhov
2024-10-02 19:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2024-10-02 9:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc1
to receive updates for the input subsystem. You will get:
- a couple fixups for adp5589-keys driver
- recently added driver for PixArt PS/2 touchpads is dropped temporarily
because its detection routine is too greedy and mis-identifies devices
from other vendors as PixArt devices.
Changelog:
---------
Dmitry Torokhov (1):
Revert "Input: Add driver for PixArt PS/2 touchpad"
Nuno Sa (2):
Input: adp5589-keys - fix NULL pointer dereference
Input: adp5589-keys - fix adp5589_gpio_get_value()
Diffstat:
--------
drivers/input/keyboard/adp5589-keys.c | 22 ++-
drivers/input/mouse/Kconfig | 12 --
drivers/input/mouse/Makefile | 1 -
drivers/input/mouse/pixart_ps2.c | 300 ----------------------------------
drivers/input/mouse/pixart_ps2.h | 36 ----
drivers/input/mouse/psmouse-base.c | 17 --
drivers/input/mouse/psmouse.h | 3 +-
7 files changed, 14 insertions(+), 377 deletions(-)
delete mode 100644 drivers/input/mouse/pixart_ps2.c
delete mode 100644 drivers/input/mouse/pixart_ps2.h
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 19:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 9:01 [git pull] Input updates for v6.12-rc1 Dmitry Torokhov
2024-10-02 19:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).