Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: wacom - add another Bamboo Pen ID (0xd4)

Add the features struct and device table entry to enable yet another
version of Wacom Bamboo Pen (CTL460, Product ID 0xD4).

Signed-off-by: Kevin Granade <kevin.granade@gmail.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Kevin Granade and committed by
Dmitry Torokhov
57a7872f 47d09235

+3
+3
drivers/input/tablet/wacom_wac.c
··· 1436 1436 { "Wacom Bamboo Craft", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT }; 1437 1437 static struct wacom_features wacom_features_0xD3 = 1438 1438 { "Wacom Bamboo 2FG 6x8", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1439 + static const struct wacom_features wacom_features_0xD4 = 1440 + { "Wacom Bamboo Pen", WACOM_PKGLEN_BBFUN, 14720, 9200, 255, 63, BAMBOO_PT }; 1439 1441 static struct wacom_features wacom_features_0xD8 = 1440 1442 { "Wacom Bamboo Comic 2FG", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1441 1443 static struct wacom_features wacom_features_0xDA = ··· 1512 1510 { USB_DEVICE_WACOM(0xD1) }, 1513 1511 { USB_DEVICE_WACOM(0xD2) }, 1514 1512 { USB_DEVICE_WACOM(0xD3) }, 1513 + { USB_DEVICE_WACOM(0xD4) }, 1515 1514 { USB_DEVICE_WACOM(0xD8) }, 1516 1515 { USB_DEVICE_WACOM(0xDA) }, 1517 1516 { USB_DEVICE_WACOM(0xDB) },