Input: add driver for slidebar on Lenovo IdeaPad laptops
authorAndrey Moiseev <o2g.org.ru@gmail.com>
Mon, 26 Aug 2013 05:51:15 +0000 (22:51 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Aug 2013 16:30:03 +0000 (09:30 -0700)
commit1ea4c16120f529d811de0a35db6b252352268e95
tree9acbfa8f5a82bcf06632ceadc3e8565480fcd0cc
parent50f3c163751f84bd572a712a255cd69903e232e2
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>
MAINTAINERS
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/ideapad_slidebar.c [new file with mode: 0644]
drivers/input/serio/i8042.h
include/linux/i8042.h
This page took 0.028199 seconds and 5 git commands to generate.