2006-07-14 01:01:36 +00:00
|
|
|
/*
|
2007-05-07 20:16:29 +00:00
|
|
|
* drivers/input/tablet/wacom_wac.h
|
2006-07-14 01:01:36 +00:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*/
|
|
|
|
#ifndef WACOM_WAC_H
|
|
|
|
#define WACOM_WAC_H
|
|
|
|
|
2010-03-20 05:18:15 +00:00
|
|
|
#include <linux/types.h>
|
|
|
|
|
2009-12-15 08:35:24 +00:00
|
|
|
/* maximum packet length for USB devices */
|
2011-10-27 05:34:21 +00:00
|
|
|
#define WACOM_PKGLEN_MAX 64
|
2009-12-15 08:35:24 +00:00
|
|
|
|
|
|
|
/* packet length for individual models */
|
|
|
|
#define WACOM_PKGLEN_PENPRTN 7
|
|
|
|
#define WACOM_PKGLEN_GRAPHIRE 8
|
2010-02-18 06:38:31 +00:00
|
|
|
#define WACOM_PKGLEN_BBFUN 9
|
|
|
|
#define WACOM_PKGLEN_INTUOS 10
|
2009-12-15 08:35:24 +00:00
|
|
|
#define WACOM_PKGLEN_TPC1FG 5
|
2010-02-18 06:38:31 +00:00
|
|
|
#define WACOM_PKGLEN_TPC2FG 14
|
2010-09-05 19:25:40 +00:00
|
|
|
#define WACOM_PKGLEN_BBTOUCH 20
|
2011-10-27 05:32:52 +00:00
|
|
|
#define WACOM_PKGLEN_BBTOUCH3 64
|
2011-10-27 05:34:21 +00:00
|
|
|
#define WACOM_PKGLEN_BBPEN 10
|
2012-03-26 06:26:11 +00:00
|
|
|
#define WACOM_PKGLEN_WIRELESS 32
|
2012-04-30 04:09:18 +00:00
|
|
|
#define WACOM_PKGLEN_MTOUCH 62
|
|
|
|
|
|
|
|
/* wacom data size per MT contact */
|
|
|
|
#define WACOM_BYTES_PER_MT_PACKET 11
|
2012-10-21 07:38:04 +00:00
|
|
|
#define WACOM_BYTES_PER_24HDT_PACKET 14
|
2009-12-15 08:35:24 +00:00
|
|
|
|
2009-12-15 08:35:24 +00:00
|
|
|
/* device IDs */
|
2006-07-14 01:01:36 +00:00
|
|
|
#define STYLUS_DEVICE_ID 0x02
|
2008-11-24 16:44:27 +00:00
|
|
|
#define TOUCH_DEVICE_ID 0x03
|
2006-07-14 01:01:36 +00:00
|
|
|
#define CURSOR_DEVICE_ID 0x06
|
|
|
|
#define ERASER_DEVICE_ID 0x0A
|
2007-02-23 20:22:48 +00:00
|
|
|
#define PAD_DEVICE_ID 0x0F
|
2006-07-14 01:01:36 +00:00
|
|
|
|
2009-12-15 08:35:25 +00:00
|
|
|
/* wacom data packet report IDs */
|
|
|
|
#define WACOM_REPORT_PENABLED 2
|
|
|
|
#define WACOM_REPORT_INTUOSREAD 5
|
|
|
|
#define WACOM_REPORT_INTUOSWRITE 6
|
|
|
|
#define WACOM_REPORT_INTUOSPAD 12
|
2012-04-03 22:48:35 +00:00
|
|
|
#define WACOM_REPORT_INTUOS5PAD 3
|
2009-12-15 08:35:25 +00:00
|
|
|
#define WACOM_REPORT_TPC1FG 6
|
|
|
|
#define WACOM_REPORT_TPC2FG 13
|
2012-04-30 04:09:18 +00:00
|
|
|
#define WACOM_REPORT_TPCMT 13
|
2012-01-31 08:07:33 +00:00
|
|
|
#define WACOM_REPORT_TPCHID 15
|
|
|
|
#define WACOM_REPORT_TPCST 16
|
2012-06-12 07:15:06 +00:00
|
|
|
#define WACOM_REPORT_TPC1FGE 18
|
2012-10-21 07:38:04 +00:00
|
|
|
#define WACOM_REPORT_24HDT 1
|
2009-12-15 08:35:25 +00:00
|
|
|
|
2010-09-05 19:26:16 +00:00
|
|
|
/* device quirks */
|
|
|
|
#define WACOM_QUIRK_MULTI_INPUT 0x0001
|
2010-09-05 19:57:13 +00:00
|
|
|
#define WACOM_QUIRK_BBTOUCH_LOWRES 0x0002
|
2012-03-26 06:26:11 +00:00
|
|
|
#define WACOM_QUIRK_NO_INPUT 0x0004
|
|
|
|
#define WACOM_QUIRK_MONITOR 0x0008
|
2010-09-05 19:26:16 +00:00
|
|
|
|
2006-07-14 01:01:36 +00:00
|
|
|
enum {
|
|
|
|
PENPARTNER = 0,
|
|
|
|
GRAPHIRE,
|
|
|
|
WACOM_G4,
|
|
|
|
PTU,
|
|
|
|
PL,
|
2010-06-28 08:10:51 +00:00
|
|
|
DTU,
|
2006-07-14 01:01:36 +00:00
|
|
|
INTUOS,
|
2006-09-26 20:34:47 +00:00
|
|
|
INTUOS3S,
|
2006-07-14 01:01:36 +00:00
|
|
|
INTUOS3,
|
|
|
|
INTUOS3L,
|
2009-05-09 01:30:33 +00:00
|
|
|
INTUOS4S,
|
|
|
|
INTUOS4,
|
|
|
|
INTUOS4L,
|
2012-04-03 22:47:22 +00:00
|
|
|
INTUOS5S,
|
|
|
|
INTUOS5,
|
|
|
|
INTUOS5L,
|
2010-06-04 05:10:21 +00:00
|
|
|
WACOM_21UX2,
|
2012-07-25 06:54:11 +00:00
|
|
|
WACOM_22HD,
|
|
|
|
WACOM_24HD,
|
2006-07-14 01:01:36 +00:00
|
|
|
CINTIQ,
|
2008-03-13 20:46:46 +00:00
|
|
|
WACOM_BEE,
|
2007-06-15 03:32:48 +00:00
|
|
|
WACOM_MO,
|
2012-06-12 07:14:12 +00:00
|
|
|
WIRELESS,
|
|
|
|
BAMBOO_PT,
|
2012-10-21 07:38:04 +00:00
|
|
|
WACOM_24HDT,
|
2012-06-12 07:14:12 +00:00
|
|
|
TABLETPC, /* add new TPC below */
|
2012-06-12 07:15:06 +00:00
|
|
|
TABLETPCE,
|
2009-12-15 08:35:24 +00:00
|
|
|
TABLETPC2FG,
|
2012-04-30 04:09:18 +00:00
|
|
|
MTSCREEN,
|
2006-07-14 01:01:36 +00:00
|
|
|
MAX_TYPE
|
|
|
|
};
|
|
|
|
|
|
|
|
struct wacom_features {
|
2010-02-18 06:38:31 +00:00
|
|
|
const char *name;
|
2006-07-14 01:01:36 +00:00
|
|
|
int pktlen;
|
|
|
|
int x_max;
|
|
|
|
int y_max;
|
|
|
|
int pressure_max;
|
|
|
|
int distance_max;
|
|
|
|
int type;
|
2011-03-27 04:16:05 +00:00
|
|
|
int x_resolution;
|
|
|
|
int y_resolution;
|
2009-12-15 08:35:24 +00:00
|
|
|
int device_type;
|
|
|
|
int x_phy;
|
|
|
|
int y_phy;
|
|
|
|
unsigned char unit;
|
|
|
|
unsigned char unitExpo;
|
2010-09-05 19:25:11 +00:00
|
|
|
int x_fuzz;
|
|
|
|
int y_fuzz;
|
|
|
|
int pressure_fuzz;
|
|
|
|
int distance_fuzz;
|
2010-09-05 19:26:16 +00:00
|
|
|
unsigned quirks;
|
2012-04-30 04:09:17 +00:00
|
|
|
unsigned touch_max;
|
2012-10-21 07:38:03 +00:00
|
|
|
int oVid;
|
|
|
|
int oPid;
|
2006-07-14 01:01:36 +00:00
|
|
|
};
|
|
|
|
|
2010-03-20 05:18:15 +00:00
|
|
|
struct wacom_shared {
|
|
|
|
bool stylus_in_proximity;
|
2011-03-13 04:34:42 +00:00
|
|
|
bool touch_down;
|
2010-03-20 05:18:15 +00:00
|
|
|
};
|
|
|
|
|
2006-07-14 01:01:36 +00:00
|
|
|
struct wacom_wac {
|
2010-02-20 08:53:49 +00:00
|
|
|
char name[64];
|
2007-05-03 04:54:54 +00:00
|
|
|
unsigned char *data;
|
2011-03-13 04:33:33 +00:00
|
|
|
int tool[2];
|
|
|
|
int id[2];
|
2010-02-20 08:53:49 +00:00
|
|
|
__u32 serial[2];
|
2010-02-18 06:38:31 +00:00
|
|
|
struct wacom_features features;
|
2010-03-20 05:18:15 +00:00
|
|
|
struct wacom_shared *shared;
|
2010-03-20 05:18:15 +00:00
|
|
|
struct input_dev *input;
|
2012-03-26 06:26:20 +00:00
|
|
|
int pid;
|
2012-03-26 06:26:30 +00:00
|
|
|
int battery_capacity;
|
2012-04-30 04:09:18 +00:00
|
|
|
int num_contacts_left;
|
|
|
|
int *slots;
|
2006-07-14 01:01:36 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|