]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics - process button bits in AGM packets
authorDaniel Kurtz <djkurtz@chromium.org>
Thu, 7 Jul 2011 05:57:39 +0000 (22:57 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 7 Jul 2011 06:01:17 +0000 (23:01 -0700)
commit317c08c1356203dfd9d1f8bb7acada5bed7cac94
treedb678490b92782c78636d4258d3fa74269dd4406
parent820f9daaf775b7d93b4b99daffb939ea39cfc124
Input: synaptics - process button bits in AGM packets

AGM packets contain valid button bits, too.
This patch refactors packet processing to parse button bits in AGM packets.
However, they aren't actually used or reported.

The point is to more completely process AGM packets,
and prepare for future patches that may actually use AGM packet button bits.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/synaptics.c