diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-03-20 06:18:15 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-04-14 08:24:23 +0200 |
commit | 8da23fc113e8bdaf813545ec935a6c60254ac439 (patch) | |
tree | 4423781a8a27b44082de74b987e3c3ee2c12a215 /drivers/input/tablet/wacom_wac.h | |
parent | Input: wacom - fix some formatting issues (diff) | |
download | linux-8da23fc113e8bdaf813545ec935a6c60254ac439.tar.xz linux-8da23fc113e8bdaf813545ec935a6c60254ac439.zip |
Input: wacom - get rid of input event wrappers
Input event interface is pretty stable so let's get rig of wrappers
for input_event() and fiends and call them directly. This will simplify
and speed up code a bit.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index f190a2bf148f..69098a2aa690 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h @@ -85,6 +85,7 @@ struct wacom_wac { __u32 serial[2]; struct wacom_features features; struct wacom_shared *shared; + struct input_dev *input; }; #endif |