HID: wacom: Ignore contacts in excess of declared contact count
[cascardo/linux.git] / drivers / hid / wacom_wac.h
index 2978c30..c245a66 100644 (file)
@@ -193,6 +193,10 @@ struct hid_data {
        int width;
        int height;
        int id;
+       int cc_index;
+       int cc_value_index;
+       int num_expected;
+       int num_received;
 };
 
 struct wacom_wac {