History log of /external/autotest/client/bin/input/linux_input.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b23d9138d65ab68907515e46acc2753a8ccf3f1b 24-Jul-2014 Joseph Hwang <josephsih@chromium.org> linux_input: add support for EVIOCGMTSLOTS

This patch adds the support for EVIOCGMTSLOTS to sync with the
kernel evdev driver for the mt slots information. The information
would be useful to detect if there are ghost fingers.

BUG=chromium:397397
TEST=None. Will be tested with next related patch.

Change-Id: Id0c7eda5f227ecc66dd4c9b3d2aab880f340f5b6
Reviewed-on: https://chromium-review.googlesource.com/209736
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Commit-Queue: Shyh-In Hwang <josephsih@chromium.org>
Tested-by: Shyh-In Hwang <josephsih@chromium.org>
/external/autotest/client/bin/input/linux_input.py
32ad2058dfe344211ab5c955afeb59c52f4f42da 23-Jul-2014 Joseph Hwang <josephsih@chromium.org> linux_input: add BTN_TOOL_QUINTTAP in EV_STRINGS

This patch adds the event string for BTN_TOOL_QUINTTAP so that
it would show BTN_TOOL_QUINTTAP instead of '?' when running the
input_device module.

BUG=chromium:397397
TEST=Run the input_device module on a chromebook:
$ /usr/local/autotest/bin/input/input_device.py -t

Observe that it would show in the header

Event code BTN_TOOL_QUINTTAP (328)

instead of

Event code ? (328)

Change-Id: Iea9ca5bd1973afd786ea89043e4d3e0017815adb
Reviewed-on: https://chromium-review.googlesource.com/209735
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Commit-Queue: Shyh-In Hwang <josephsih@chromium.org>
Tested-by: Shyh-In Hwang <josephsih@chromium.org>
/external/autotest/client/bin/input/linux_input.py
8c8ba83ec896639ecf389276a909c8bd24701ff7 26-Sep-2012 Joseph Hwang <josephsih@chromium.org> linux_input: add BTN_TOOL_QUINTTAP

Add BTN_TOOL_QUINTTAP to support the event for 5 fingers touching
the touchpad.

BUG=chromium-os:34269
TEST=None. To be tested with next CL.

Change-Id: Iead9723018bc9ca2955f9d756a521025f0f8362f
Reviewed-on: https://gerrit.chromium.org/gerrit/34182
Reviewed-by: Chung-yih Wang <cywang@chromium.org>
Commit-Ready: Joseph Shyh-In Hwang <josephsih@chromium.org>
Tested-by: Joseph Shyh-In Hwang <josephsih@chromium.org>
/external/autotest/client/bin/input/linux_input.py
431a3815bde8aa9633322d634a9c7d2eceed21d0 18-May-2011 Daniel Kurtz <djkurtz@chromium.org> Add linux_input

This helper file is a python version of linux header:
include/linux/input.h

It defines the constants and helper functions of the linux input subsystem.

BUG=chromium-os:12425
TEST=none

Change-Id: Ifad64d063cee33536f6e4d60b05b3b213c7cb173
Reviewed-on: http://gerrit.chromium.org/gerrit/3633
Reviewed-by: Joseph Shyh-In Hwang <josephsih@chromium.org>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
/external/autotest/client/bin/input/linux_input.py