]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/hid/wacom_wac.c
Merge branch 'for-4.3/wacom' into for-next
[karo-tx-linux.git] / drivers / hid / wacom_wac.c
index f8da09826e88b46837ab6d368cd74247bb5a221e..90cc515e6a6f48032af0132c4eb8aaabf0928091 100644 (file)
@@ -1772,7 +1772,7 @@ static void wacom_bpt3_touch_msg(struct wacom_wac *wacom, unsigned char *data)
                int y = (data[3] << 4) | (data[4] & 0x0f);
                int width, height;
 
-               if (features->type >= INTUOSPS && features->type <= INTUOSPL) {
+               if (features->type >= INTUOSPS && features->type <= INTUOSHT) {
                        width  = data[5] * 100;
                        height = data[6] * 100;
                } else {