IB/mlx4: Fix VF mac handling in RoCE
[cascardo/linux.git] / drivers / hid / wacom_wac.h
index 8a042ac..339ab5d 100644 (file)
@@ -46,6 +46,7 @@
 
 /* wacom data packet report IDs */
 #define WACOM_REPORT_PENABLED          2
+#define WACOM_REPORT_PENABLED_BT       3
 #define WACOM_REPORT_INTUOSREAD                5
 #define WACOM_REPORT_INTUOSWRITE       6
 #define WACOM_REPORT_INTUOSPAD         12
@@ -73,6 +74,7 @@
 enum {
        PENPARTNER = 0,
        GRAPHIRE,
+       GRAPHIRE_BT,
        WACOM_G4,
        PTU,
        PL,
@@ -84,6 +86,7 @@ enum {
        INTUOS3L,
        INTUOS4S,
        INTUOS4,
+       INTUOS4WL,
        INTUOS4L,
        INTUOS5S,
        INTUOS5,
@@ -154,6 +157,8 @@ struct wacom_shared {
 struct wacom_wac {
        char name[WACOM_NAME_MAX];
        char pad_name[WACOM_NAME_MAX];
+       char bat_name[WACOM_NAME_MAX];
+       char ac_name[WACOM_NAME_MAX];
        unsigned char data[WACOM_PKGLEN_MAX];
        int tool[2];
        int id[2];
@@ -167,6 +172,8 @@ struct wacom_wac {
        int num_contacts_left;
        int bat_charging;
        int ps_connected;
+       u8 bt_features;
+       u8 bt_high_speed;
 };
 
 #endif