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

Input: wacom - add new Bamboo PT (0xdb)

Adds new Bamboo Pen & Touch model - Bamboo P & T Special Edition
Medium (CTH661/L; Product ID = 0xdb).

Tested-by: Tobias Verbeke <tobias.verbeke@gmail.com>
Signed-off-by: David Foley <favux.is@gmail.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

David Foley and committed by
Dmitry Torokhov
47d09235 0e7d0c86

+3
+3
drivers/input/tablet/wacom_wac.c
··· 1440 1440 { "Wacom Bamboo Comic 2FG", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1441 1441 static struct wacom_features wacom_features_0xDA = 1442 1442 { "Wacom Bamboo 2FG 4x5 SE", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT }; 1443 + static struct wacom_features wacom_features_0xDB = 1444 + { "Wacom Bamboo 2FG 6x8 SE", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1443 1445 1444 1446 #define USB_DEVICE_WACOM(prod) \ 1445 1447 USB_DEVICE(USB_VENDOR_ID_WACOM, prod), \ ··· 1512 1510 { USB_DEVICE_WACOM(0xD3) }, 1513 1511 { USB_DEVICE_WACOM(0xD8) }, 1514 1512 { USB_DEVICE_WACOM(0xDA) }, 1513 + { USB_DEVICE_WACOM(0xDB) }, 1515 1514 { USB_DEVICE_WACOM(0xF0) }, 1516 1515 { USB_DEVICE_WACOM(0xCC) }, 1517 1516 { USB_DEVICE_WACOM(0x90) },