Skip to content

Commit 8291ffa

Browse files
committed
Input: inport - remove driver
Inport (ATI XL and Microsoft) mice use specialized bus interface implemented via an ISA add-in card. Have been superseded by PS/2 and then USB, and are historical curiosity by now. Remove the driver. Link: https://patch.msgid.link/20240808172733.1194442-2-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 16bbb59 commit 8291ffa

3 files changed

Lines changed: 0 additions & 194 deletions

File tree

drivers/input/mouse/Kconfig

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -290,22 +290,6 @@ config MOUSE_ELAN_I2C_SMBUS
290290

291291
If unsure, say Y.
292292

293-
config MOUSE_INPORT
294-
tristate "InPort/MS/ATIXL busmouse"
295-
depends on ISA
296-
help
297-
Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
298-
They are rather rare these days.
299-
300-
To compile this driver as a module, choose M here: the
301-
module will be called inport.
302-
303-
config MOUSE_ATIXL
304-
bool "ATI XL variant"
305-
depends on MOUSE_INPORT
306-
help
307-
Say Y here if your mouse is of the ATI XL variety.
308-
309293
config MOUSE_LOGIBM
310294
tristate "Logitech busmouse"
311295
depends on ISA

drivers/input/mouse/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
1212
obj-$(CONFIG_MOUSE_CYAPA) += cyapatp.o
1313
obj-$(CONFIG_MOUSE_ELAN_I2C) += elan_i2c.o
1414
obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
15-
obj-$(CONFIG_MOUSE_INPORT) += inport.o
1615
obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
1716
obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
1817
obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o

drivers/input/mouse/inport.c

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)