Input: wacom - 3rd gen Bamboo P&Touch packet support
[deliverable/linux.git] / drivers / input / tablet / wacom_wac.h
index af94e6d9d6a9935399b9c2bb510dff617176430b..27f1d1c203a1d2a51eb739ac687ee806bcdaff97 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/types.h>
 
 /* maximum packet length for USB devices */
-#define WACOM_PKGLEN_MAX       32
+#define WACOM_PKGLEN_MAX       64
 
 /* packet length for individual models */
 #define WACOM_PKGLEN_PENPRTN    7
@@ -23,6 +23,7 @@
 #define WACOM_PKGLEN_TPC2FG    14
 #define WACOM_PKGLEN_BBTOUCH   20
 #define WACOM_PKGLEN_BBTOUCH3  64
+#define WACOM_PKGLEN_BBPEN     10
 
 /* device IDs */
 #define STYLUS_DEVICE_ID       0x02
This page took 0.023818 seconds and 5 git commands to generate.