Input: gpio_event: Allow multiple input devices per gpio_event device
authorArve Hjønnevåg <arve@android.com>
Fri, 24 Jul 2009 22:19:56 +0000 (15:19 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:11 +0000 (17:49 -0700)
commite9a7fa061a78b96f0dd0d966660c0907b863d8f1
treed2b2ebe1ec5f21dd4a1d31bbaaaf95c0f20e369a
parente7f3240267596863fb10f4d0932beab422b4b095
Input: gpio_event: Allow multiple input devices per gpio_event device

This is needed to support devices that put non-keyboard buttons in
the keyboard matrix. For instance several devices put the trackball
button in the keyboard matrix. In this case BTN_MOUSE should be
reported from the same input device as REL_X/Y.

It is also useful for devices that have multiple logical keyboard in
the same matrix. The HTC dream has a menu key on the external keyboard
and another menu key on the slide-out keyboard. With a single input
device only one of these menu keys can be mapped to KEY_MENU.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
drivers/input/misc/gpio_axis.c
drivers/input/misc/gpio_event.c
drivers/input/misc/gpio_input.c
drivers/input/misc/gpio_matrix.c
drivers/input/misc/gpio_output.c
include/linux/gpio_event.h