]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/input/keyboard/adp5588-keys.c
Input: adp5588-keys - support GPI events for ADP5588 devices
authorXiaolong CHEN <a21785@motorola.com>
Fri, 25 Jun 2010 02:10:40 +0000 (19:10 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Jun 2010 02:13:10 +0000 (19:13 -0700)
commit69a4af606ed4836faa2ec69b1d217f384b8235e7
tree56ca639c35e5eaa2029c900ced2a989bf5476375
parente725a4945d6eedd400dd5d0ead293d980a2f76ec
Input: adp5588-keys - support GPI events for ADP5588 devices

A column or row configured as a GPI can be programmed to be part
of the key event table and therefore also capable of generating a
key event interrupt. A key event interrupt caused by a GPI follows
the same process flow as a key event interrupt caused by a key
press. GPIs configured as part of the key event table allow single
key switches and other GPI interrupts to be monitored. As part of
the event table, GPIs are represented by the decimal value 97 (0x61
or 1100001) through the decimal value 114 (0x72 or 1110010). See
table below for GPI event number assignments for rows and columns.

GPI Event Number Assignments for Rows
Row0 Row1 Row2 Row3 Row4 Row5 Row6 Row7
97   98   99   100  101  102  103  104

GPI Event Number Assignments for Cols
Col0 Col1 Col2 Col3 Col4 Col5 Col6 Col7 Col8 Col9
105  106  107  108  109  110  111  112  113  114

Signed-off-by: Xiaolong Chen <xiao-long.chen@motorola.com>
Signed-off-by: Yuanbo Ye <yuan-bo.ye@motorola.com>
Signed-off-by: Tao Hu <taohu@motorola.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/adp5588-keys.c
include/linux/i2c/adp5588.h