Skip to content

Commit 931e315

Browse files
committed
Input: logibm - remove driver
Bus mice use specialized bus interface implemented via an ISA add-in cards. They were superseded by PS/2 and later USB. Kconfig entry for the Logitech bus mice states that they "are rather rare these days". This statement was true in 2002 and is no less true in 2024. Remove the driver. Link: https://patch.msgid.link/20240808172733.1194442-3-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 8291ffa commit 931e315

3 files changed

Lines changed: 0 additions & 177 deletions

File tree

drivers/input/mouse/Kconfig

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

291291
If unsure, say Y.
292292

293-
config MOUSE_LOGIBM
294-
tristate "Logitech busmouse"
295-
depends on ISA
296-
help
297-
Say Y here if you have a Logitech 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 logibm.
302-
303293
config MOUSE_PC110PAD
304294
tristate "IBM PC110 touchpad"
305295
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_LOGIBM) += logibm.o
1615
obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
1716
obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
1817
obj-$(CONFIG_MOUSE_PS2) += psmouse.o

drivers/input/mouse/logibm.c

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

0 commit comments

Comments
 (0)