From: Ping Cheng <ping.ch...@wacom.com>

Add missed .touch_max = 10 to their feature structure.

Signed-off-by: Ping Cheng <ping.ch...@wacom.com>
Signed-off-by: Jason Gerecke <jason.gere...@wacom.com>
---
 2.6.32/wacom_wac.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/2.6.32/wacom_wac.c b/2.6.32/wacom_wac.c
index dfb4ed3..7df47fb 100644
--- a/2.6.32/wacom_wac.c
+++ b/2.6.32/wacom_wac.c
@@ -2951,10 +2951,10 @@ static const struct wacom_features wacom_features_0x343 
=
          WACOM_DTU_OFFSET, WACOM_DTU_OFFSET };
 static const struct wacom_features wacom_features_0x34A =
        { "Wacom MobileStudio Pro 13 Touch", WACOM_PKGLEN_MSPROT, .type = 
WACOM_MSPROT, /* Touch */
-         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34D };
+         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34D, .touch_max = 10 };
 static const struct wacom_features wacom_features_0x34B =
        { "Wacom MobileStudio Pro 16 Touch", WACOM_PKGLEN_MSPROT, .type = 
WACOM_MSPROT, /* Touch */
-         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34E };
+         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34E, .touch_max = 10 };
 static const struct wacom_features wacom_features_0x34D =
        { "Wacom MobileStudio Pro 13", WACOM_PKGLEN_MSPRO, 59552, 33848, 8191, 
63,
          WACOM_MSPRO, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 11,
@@ -2994,10 +2994,10 @@ static const struct wacom_features wacom_features_0x352 
=
          .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x356 };
 static const struct wacom_features wacom_features_0x353 =
        { "Wacom Cintiq Pro 13FHD Touch", WACOM_PKGLEN_MSPROT, .type = 
WACOM_MSPROT,
-         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34f }; /* Touch */
+         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x34f, .touch_max = 10 }; /* 
Touch */
 static const struct wacom_features wacom_features_0x354 =
        { "Wacom Cintiq Pro 16UHD Touch", WACOM_PKGLEN_MSPROT, .type = 
WACOM_MSPROT,
-         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x350 }; /* Touch */
+         .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x350, .touch_max = 10 }; /* 
Touch */
 static const struct wacom_features wacom_features_0x355 =
        { "Wacom Cintiq Pro 24 Touch", WACOM_PKGLEN_27QHDT, .type = 
WACOM_27QHDT,
          .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x351, .touch_max = 10 }; /* 
Touch */
-- 
2.20.1



_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to