aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorAndrey Moiseev <o2g.org.ru@gmail.com>2013-08-26 01:51:15 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-08-26 12:30:03 -0400
commit1ea4c16120f529d811de0a35db6b252352268e95 (patch)
tree9acbfa8f5a82bcf06632ceadc3e8565480fcd0cc /drivers/input/misc/Kconfig
parent50f3c163751f84bd572a712a255cd69903e232e2 (diff)
Input: add driver for slidebar on Lenovo IdeaPad laptops
This driver adds support for slidebars found on some Lenovo IdeaPad laptops (the slidebars work with SlideNav/Desktop Navigator under Windows). Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=16004 Registers 'IdeaPad Slidebar' input device and /sys/devices/platform/ideapad_slidebar/slidebar_mode for switching slidebar's modes. Now works on: IdeaPad Y550, Y550P. May work on (testing and adding new models is needed): Ideapad Y560, Y460, Y450, Y650, and, probably, some others. Signed-off-by: Andrey Moiseev <o2g.org.ru@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 0b541cdf9b8e..aa51baaa9b1e 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -647,4 +647,14 @@ config INPUT_SIRFSOC_ONKEY
647 647
648 If unsure, say N. 648 If unsure, say N.
649 649
650config INPUT_IDEAPAD_SLIDEBAR
651 tristate "IdeaPad Laptop Slidebar"
652 depends on INPUT
653 depends on SERIO_I8042
654 help
655 Say Y here if you have an IdeaPad laptop with a slidebar.
656
657 To compile this driver as a module, choose M here: the
658 module will be called ideapad_slidebar.
659
650endif 660endif