From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Vojtech Pavlik <vojtech@ucw.cz>,
Jiri Kosina <jikos@kernel.org>,
Benjamin Tissoires <bentiss@kernel.org>
Subject: [RFC PATCH 0/5] Removal of a few obsolete input drivers
Date: Thu, 8 Aug 2024 10:27:26 -0700 [thread overview]
Message-ID: <20240808172733.1194442-1-dmitry.torokhov@gmail.com> (raw)
Hi,
I am wondering if it is not the time to retire bus mice drivers since
they have been out of favor for close to 30 years, as well as 3 drivers
for portables from late '90s to early 2000.
Please let me know what you think.
Thanks,
Dmitry
Dmitry Torokhov (5):
Input: inport - remove driver
Input: logibm - remove driver
Input: pc110pad - remove driver
Input: mk712 - remove driver
Input: ct82c710 - remove driver
drivers/input/mouse/Kconfig | 36 -----
drivers/input/mouse/Makefile | 3 -
drivers/input/mouse/inport.c | 177 ---------------------
drivers/input/mouse/logibm.c | 166 --------------------
drivers/input/mouse/pc110pad.c | 160 -------------------
drivers/input/serio/Kconfig | 13 --
drivers/input/serio/Makefile | 1 -
drivers/input/serio/ct82c710.c | 239 -----------------------------
drivers/input/touchscreen/Kconfig | 12 --
drivers/input/touchscreen/Makefile | 1 -
drivers/input/touchscreen/mk712.c | 215 --------------------------
11 files changed, 1023 deletions(-)
delete mode 100644 drivers/input/mouse/inport.c
delete mode 100644 drivers/input/mouse/logibm.c
delete mode 100644 drivers/input/mouse/pc110pad.c
delete mode 100644 drivers/input/serio/ct82c710.c
delete mode 100644 drivers/input/touchscreen/mk712.c
--
2.46.0.76.ge559c4bf1a-goog
next reply other threads:[~2024-08-08 17:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 17:27 Dmitry Torokhov [this message]
2024-08-08 17:27 ` [RFC PATCH 1/5] Input: inport - remove driver Dmitry Torokhov
2024-08-08 17:27 ` [RFC PATCH 2/5] Input: logibm " Dmitry Torokhov
2024-08-08 17:27 ` [RFC PATCH 3/5] Input: pc110pad " Dmitry Torokhov
2024-08-08 17:27 ` [RFC PATCH 4/5] Input: mk712 " Dmitry Torokhov
2024-08-08 17:27 ` [RFC PATCH 5/5] Input: ct82c710 " Dmitry Torokhov
2024-08-09 0:24 ` [RFC PATCH 0/5] Removal of a few obsolete input drivers Maciej W. Rozycki
2024-08-12 4:50 ` Dmitry Torokhov
2024-08-12 13:53 ` Maciej W. Rozycki
2024-08-12 16:46 ` Dmitry Torokhov
2024-08-15 21:20 ` Maciej W. Rozycki
2024-10-22 20:55 ` Dmitry Torokhov
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=20240808172733.1194442-1-dmitry.torokhov@gmail.com \
--to=dmitry.torokhov@gmail.com \
--cc=bentiss@kernel.org \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@ucw.cz \
/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 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).