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.12-rc1
Date: Wed, 2 Oct 2024 02:01:31 -0700	[thread overview]
Message-ID: <Zv0L62ULdkkweejQ@google.com> (raw)

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

             reply	other threads:[~2024-10-02  9:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02  9:01 Dmitry Torokhov [this message]
2024-10-02 19:51 ` [git pull] Input updates for v6.12-rc1 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=Zv0L62ULdkkweejQ@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.