Skip to content

Commit a3f9a74

Browse files
committed
Revert "Input: Add driver for PixArt PS/2 touchpad"
This reverts commit 740ff03 because current PixArt detection is too greedy and claims devices that are not PixArt. Reported-by: Benjamin Tissoires <[email protected]> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2314756 Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 358800b commit a3f9a74

File tree

6 files changed

+1
-368
lines changed

6 files changed

+1
-368
lines changed

drivers/input/mouse/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ config MOUSE_PS2_LOGIPS2PP
6969

7070
If unsure, say Y.
7171

72-
config MOUSE_PS2_PIXART
73-
bool "PixArt PS/2 touchpad protocol extension" if EXPERT
74-
default y
75-
depends on MOUSE_PS2
76-
help
77-
This driver supports the PixArt PS/2 touchpad found in some
78-
laptops.
79-
Say Y here if you have a PixArt PS/2 TouchPad connected to
80-
your system.
81-
82-
If unsure, say Y.
83-
8472
config MOUSE_PS2_SYNAPTICS
8573
bool "Synaptics PS/2 mouse protocol extension" if EXPERT
8674
default y

drivers/input/mouse/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
3232
psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
3333
psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
3434
psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
35-
psmouse-$(CONFIG_MOUSE_PS2_PIXART) += pixart_ps2.o
3635
psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o
3736
psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
3837
psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o

drivers/input/mouse/pixart_ps2.c

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

drivers/input/mouse/pixart_ps2.h

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

0 commit comments

Comments
 (0)