Skip to content

Commit

Permalink
Revert "Input: Add driver for PixArt PS/2 touchpad"
Browse files Browse the repository at this point in the history
This reverts commit 740ff03 because
current PixArt detection is too greedy and claims devices that are
not PixArt.

Reported-by: Benjamin Tissoires <bentiss@kernel.org>
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2314756
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
dtor committed Oct 1, 2024
1 parent 358800b commit a3f9a74
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 368 deletions.
12 changes: 0 additions & 12 deletions drivers/input/mouse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ config MOUSE_PS2_LOGIPS2PP

If unsure, say Y.

config MOUSE_PS2_PIXART
bool "PixArt PS/2 touchpad protocol extension" if EXPERT
default y
depends on MOUSE_PS2
help
This driver supports the PixArt PS/2 touchpad found in some
laptops.
Say Y here if you have a PixArt PS/2 TouchPad connected to
your system.

If unsure, say Y.

config MOUSE_PS2_SYNAPTICS
bool "Synaptics PS/2 mouse protocol extension" if EXPERT
default y
Expand Down
1 change: 0 additions & 1 deletion drivers/input/mouse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
psmouse-$(CONFIG_MOUSE_PS2_PIXART) += pixart_ps2.o
psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o
psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o
Expand Down
300 changes: 0 additions & 300 deletions drivers/input/mouse/pixart_ps2.c

This file was deleted.

36 changes: 0 additions & 36 deletions drivers/input/mouse/pixart_ps2.h

This file was deleted.

Loading

0 comments on commit a3f9a74

Please sign in to comment.