wacom_wac.h (2612e3bbc0386368a850140a6c9b990cd496a5ec) wacom_wac.h (9ac6678b95b0dd9458a7a6869f46e51cd55a1d84)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#ifndef WACOM_WAC_H
4#define WACOM_WAC_H
5
6#include <linux/types.h>
7#include <linux/hid.h>
8#include <linux/kfifo.h>
9
10/* maximum packet length for USB/BT devices */
11#define WACOM_PKGLEN_MAX 361
12
13#define WACOM_NAME_MAX 64
14#define WACOM_MAX_REMOTES 5
15#define WACOM_STATUS_UNKNOWN 255
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#ifndef WACOM_WAC_H
4#define WACOM_WAC_H
5
6#include <linux/types.h>
7#include <linux/hid.h>
8#include <linux/kfifo.h>
9
10/* maximum packet length for USB/BT devices */
11#define WACOM_PKGLEN_MAX 361
12
13#define WACOM_NAME_MAX 64
14#define WACOM_MAX_REMOTES 5
15#define WACOM_STATUS_UNKNOWN 255
16#define WACOM_REMOTE_BATTERY_TIMEOUT 21000000000ll
16
17/* packet length for individual models */
18#define WACOM_PKGLEN_BBFUN 9
19#define WACOM_PKGLEN_TPC1FG 5
20#define WACOM_PKGLEN_TPC1FG_B 10
21#define WACOM_PKGLEN_TPC2FG 14
22#define WACOM_PKGLEN_BBTOUCH 20
23#define WACOM_PKGLEN_BBTOUCH3 64

--- 345 unchanged lines hidden ---
17
18/* packet length for individual models */
19#define WACOM_PKGLEN_BBFUN 9
20#define WACOM_PKGLEN_TPC1FG 5
21#define WACOM_PKGLEN_TPC1FG_B 10
22#define WACOM_PKGLEN_TPC2FG 14
23#define WACOM_PKGLEN_BBTOUCH 20
24#define WACOM_PKGLEN_BBTOUCH3 64

--- 345 unchanged lines hidden ---