diff options
author | Seth Forshee <seth.forshee@canonical.com> | 2011-11-08 04:54:13 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-08 07:22:11 +0100 |
commit | 01ce661fc83005947dc958a5739c153843af8a73 (patch) | |
tree | b3c3d2c3a671a4d8796c1d99dd648d8fb4c54b73 /drivers/input/mouse/alps.h | |
parent | Input: ALPS - add support for protocol versions 3 and 4 (diff) | |
download | linux-01ce661fc83005947dc958a5739c153843af8a73.tar.xz linux-01ce661fc83005947dc958a5739c153843af8a73.zip |
Input: ALPS - add semi-MT support for v3 protocol
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/alps.h')
-rw-r--r-- | drivers/input/mouse/alps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h index 62db7f489a59..a00a4ab92a0f 100644 --- a/drivers/input/mouse/alps.h +++ b/drivers/input/mouse/alps.h @@ -38,6 +38,7 @@ struct alps_data { int addr_command; /* Command to set register address */ int prev_fin; /* Finger bit from previous packet */ int multi_packet; /* Multi-packet data in progress */ + unsigned char multi_data[6]; /* Saved multi-packet data */ u8 quirks; struct timer_list timer; }; |