From 374d1b843438ac0bb693ad58745df8af2a2de5c8 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Mon, 21 Nov 2016 19:02:10 +0300 Subject: [PATCH] Enable mouse device support (/dev/input/mice) #552 --- config/kernel/linux-sunxi-next.config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/kernel/linux-sunxi-next.config b/config/kernel/linux-sunxi-next.config index 669641e2e9..7f516311cf 100644 --- a/config/kernel/linux-sunxi-next.config +++ b/config/kernel/linux-sunxi-next.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.8.9 Kernel Configuration +# Linux/arm 4.8.10 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -2229,7 +2229,10 @@ CONFIG_INPUT_MATRIXKMAP=m # # Userland interfaces # -# CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_EVBUG is not set