| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 8 | 4 | */ |
|---|
| 9 | 5 | #ifndef WACOM_WAC_H |
|---|
| 10 | 6 | #define WACOM_WAC_H |
|---|
| .. | .. |
|---|
| 159 | 155 | #define WACOM_HID_WT_SERIALNUMBER (WACOM_HID_UP_WACOMTOUCH | 0x5b) |
|---|
| 160 | 156 | #define WACOM_HID_WT_X (WACOM_HID_UP_WACOMTOUCH | 0x130) |
|---|
| 161 | 157 | #define WACOM_HID_WT_Y (WACOM_HID_UP_WACOMTOUCH | 0x131) |
|---|
| 158 | +#define WACOM_HID_WT_REPORT_VALID (WACOM_HID_UP_WACOMTOUCH | 0x1d0) |
|---|
| 162 | 159 | |
|---|
| 163 | 160 | #define WACOM_BATTERY_USAGE(f) (((f)->hid == HID_DG_BATTERYSTRENGTH) || \ |
|---|
| 164 | 161 | ((f)->hid == WACOM_HID_WD_BATTERY_CHARGING) || \ |
|---|
| .. | .. |
|---|
| 215 | 212 | INTUOSPM, |
|---|
| 216 | 213 | INTUOSPL, |
|---|
| 217 | 214 | INTUOSP2_BT, |
|---|
| 215 | + INTUOSP2S_BT, |
|---|
| 218 | 216 | INTUOSHT3_BT, |
|---|
| 219 | 217 | WACOM_21UX2, |
|---|
| 220 | 218 | WACOM_22HD, |
|---|