Skip to content

Commit 24d4545

Browse files
committed
Input: Add Kconfig depend for PixArt PS/2 touchpad
deepin inclusion categroy: bugfix With the patch v5, still cause false detect in some no pixart touchpads, so limit it in loongson config. Link: https://lore.kernel.org/all/tbhy6xk4tjuza7rgsv55xss5woysyv4wlg46m6sxfq6y5nk7da@7hyl7cf5ehus/ Reported-by: wenlunpeng <wenlunpeng@uniontech.com> Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 00f1374 commit 24d4545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/mouse/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ config MOUSE_PS2_LOGIPS2PP
7272
config MOUSE_PS2_PIXART
7373
bool "PixArt PS/2 touchpad protocol extension" if EXPERT
7474
default y
75-
depends on MOUSE_PS2
75+
depends on MOUSE_PS2 && (MACH_LOONGSON32 || MACH_LOONGSON64 || COMPILE_TEST)
7676
help
7777
This driver supports the PixArt PS/2 touchpad found in some
7878
laptops.

0 commit comments

Comments
 (0)