forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/hid/wacom_wac.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * drivers/input/tablet/wacom_wac.h
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
84 */
95 #ifndef WACOM_WAC_H
106 #define WACOM_WAC_H
....@@ -159,6 +155,7 @@
159155 #define WACOM_HID_WT_SERIALNUMBER (WACOM_HID_UP_WACOMTOUCH | 0x5b)
160156 #define WACOM_HID_WT_X (WACOM_HID_UP_WACOMTOUCH | 0x130)
161157 #define WACOM_HID_WT_Y (WACOM_HID_UP_WACOMTOUCH | 0x131)
158
+#define WACOM_HID_WT_REPORT_VALID (WACOM_HID_UP_WACOMTOUCH | 0x1d0)
162159
163160 #define WACOM_BATTERY_USAGE(f) (((f)->hid == HID_DG_BATTERYSTRENGTH) || \
164161 ((f)->hid == WACOM_HID_WD_BATTERY_CHARGING) || \
....@@ -215,6 +212,7 @@
215212 INTUOSPM,
216213 INTUOSPL,
217214 INTUOSP2_BT,
215
+ INTUOSP2S_BT,
218216 INTUOSHT3_BT,
219217 WACOM_21UX2,
220218 WACOM_22HD,