diff options
| author | Henrik Rydberg <[email protected]> | 2012-02-06 07:49:25 +0000 |
|---|---|---|
| committer | Henrik Rydberg <[email protected]> | 2012-02-09 08:40:57 +0000 |
| commit | 1cf0c6e69e396538615153056605aaafab11935a (patch) | |
| tree | c414962f0047548765778132a3a988d48d7034b5 /fs/jbd2/commit.c | |
| parent | Input: Use accessor for MT values (diff) | |
| download | kernel-1cf0c6e69e396538615153056605aaafab11935a.tar.gz kernel-1cf0c6e69e396538615153056605aaafab11935a.zip | |
Input: Add EVIOC mechanism for MT slots
This patch adds the ability to extract MT slot data via a new ioctl,
EVIOCGMTSLOTS. The function returns an array of slot values for the
specified ABS_MT event type.
Example of user space usage:
struct { unsigned code; int values[64]; } req;
req.code = ABS_MT_POSITION_X;
if (ioctl(fd, EVIOCGMTSLOTS(sizeof(req)), &req) < 0)
return -1;
for (i = 0; i < 64; i++)
printf("slot %d: %d\n", i, req.values[i]);
Reviewed-by: Chase Douglas <[email protected]>
Signed-off-by: Henrik Rydberg <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
