Input: wacom - do not send 2FGT Tablet PC events in TAP format
[pandora-kernel.git] / drivers / input / tablet / wacom_wac.h
index b1310ec..8f747dd 100644 (file)
@@ -93,10 +93,9 @@ struct wacom_shared {
 struct wacom_wac {
        char name[64];
        unsigned char *data;
-       int tool[3];
-       int id[3];
+       int tool[2];
+       int id[2];
        __u32 serial[2];
-       int last_finger;
        struct wacom_features features;
        struct wacom_shared *shared;
        struct input_dev *input;