mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
Input: wacom - add support for ISDv4 0x10E sensor
Used in the Fujitsu T732 Signed-off-by: Jason Gerecke <killertofu@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
9b4f60e5c9
commit
2d3163f102
@ -2054,6 +2054,9 @@ static const struct wacom_features wacom_features_0x101 =
|
|||||||
static const struct wacom_features wacom_features_0x10D =
|
static const struct wacom_features wacom_features_0x10D =
|
||||||
{ "Wacom ISDv4 10D", WACOM_PKGLEN_MTTPC, 26202, 16325, 255,
|
{ "Wacom ISDv4 10D", WACOM_PKGLEN_MTTPC, 26202, 16325, 255,
|
||||||
0, MTTPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
|
0, MTTPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
|
||||||
|
static const struct wacom_features wacom_features_0x10E =
|
||||||
|
{ "Wacom ISDv4 10E", WACOM_PKGLEN_MTTPC, 27760, 15694, 255,
|
||||||
|
0, MTTPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
|
||||||
static const struct wacom_features wacom_features_0x10F =
|
static const struct wacom_features wacom_features_0x10F =
|
||||||
{ "Wacom ISDv4 10F", WACOM_PKGLEN_MTTPC, 27760, 15694, 255,
|
{ "Wacom ISDv4 10F", WACOM_PKGLEN_MTTPC, 27760, 15694, 255,
|
||||||
0, MTTPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
|
0, MTTPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES };
|
||||||
@ -2251,6 +2254,7 @@ const struct usb_device_id wacom_ids[] = {
|
|||||||
{ USB_DEVICE_WACOM(0x100) },
|
{ USB_DEVICE_WACOM(0x100) },
|
||||||
{ USB_DEVICE_WACOM(0x101) },
|
{ USB_DEVICE_WACOM(0x101) },
|
||||||
{ USB_DEVICE_WACOM(0x10D) },
|
{ USB_DEVICE_WACOM(0x10D) },
|
||||||
|
{ USB_DEVICE_WACOM(0x10E) },
|
||||||
{ USB_DEVICE_WACOM(0x10F) },
|
{ USB_DEVICE_WACOM(0x10F) },
|
||||||
{ USB_DEVICE_WACOM(0x300) },
|
{ USB_DEVICE_WACOM(0x300) },
|
||||||
{ USB_DEVICE_WACOM(0x301) },
|
{ USB_DEVICE_WACOM(0x301) },
|
||||||
|
Loading…
Reference in New Issue
Block a user