Skip to content

Commit f0eb58d

Browse files
LegoLivesMatterdtor
authored andcommitted
Input: navpoint - remove driver
This driver does not use the SPI core as it should, instead tampering with the SSP registers manually. Refactoring the driver is almost certainly not worth it as the hardware seems to have been designed for and used only in the HP iPAQ hx4700 removed more than a year ago in d6df7df ("ARM: pxa: remove unused board files"), so let's remove it. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Link: https://lore.kernel.org/r/20240116-navpoint-removal-v2-2-e566806f1009@skole.hr Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 52c4e59 commit f0eb58d

4 files changed

Lines changed: 0 additions & 371 deletions

File tree

drivers/input/mouse/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -439,16 +439,4 @@ config MOUSE_SYNAPTICS_USB
439439
To compile this driver as a module, choose M here: the
440440
module will be called synaptics_usb.
441441

442-
config MOUSE_NAVPOINT_PXA27x
443-
tristate "Synaptics NavPoint (PXA27x SSP/SPI)"
444-
depends on PXA27x && PXA_SSP
445-
help
446-
This driver adds support for the Synaptics NavPoint touchpad connected
447-
to a PXA27x SSP port in SPI slave mode. The device emulates a mouse;
448-
a tap or tap-and-a-half drag gesture emulates the left mouse button.
449-
For example, use the xf86-input-evdev driver for an X pointing device.
450-
451-
To compile this driver as a module, choose M here: the
452-
module will be called navpoint.
453-
454442
endif

drivers/input/mouse/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
1515
obj-$(CONFIG_MOUSE_INPORT) += inport.o
1616
obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
1717
obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
18-
obj-$(CONFIG_MOUSE_NAVPOINT_PXA27x) += navpoint.o
1918
obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
2019
obj-$(CONFIG_MOUSE_PS2) += psmouse.o
2120
obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o

drivers/input/mouse/navpoint.c

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

include/linux/input/navpoint.h

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

0 commit comments

Comments
 (0)