Input: wacom - add 2 Bamboo Pen and touch models

Reported-by: David Foley <favux.is@gmail.com>
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Ping Cheng and committed by Dmitry Torokhov d38acb49 8c6a98b2

+6
+6
drivers/input/tablet/wacom_wac.c
··· 1426 1426 { "Wacom Bamboo 2FG 6x8", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1427 1427 static const struct wacom_features wacom_features_0xD4 = 1428 1428 { "Wacom Bamboo Pen", WACOM_PKGLEN_BBFUN, 14720, 9200, 255, 63, BAMBOO_PT }; 1429 + static struct wacom_features wacom_features_0xD6 = 1430 + { "Wacom BambooPT 2FG 4x5", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT }; 1431 + static struct wacom_features wacom_features_0xD7 = 1432 + { "Wacom BambooPT 2FG Small", WACOM_PKGLEN_BBFUN, 14720, 9200, 1023, 63, BAMBOO_PT }; 1429 1433 static struct wacom_features wacom_features_0xD8 = 1430 1434 { "Wacom Bamboo Comic 2FG", WACOM_PKGLEN_BBFUN, 21648, 13530, 1023, 63, BAMBOO_PT }; 1431 1435 static struct wacom_features wacom_features_0xDA = ··· 1511 1507 { USB_DEVICE_WACOM(0xD2) }, 1512 1508 { USB_DEVICE_WACOM(0xD3) }, 1513 1509 { USB_DEVICE_WACOM(0xD4) }, 1510 + { USB_DEVICE_WACOM(0xD6) }, 1511 + { USB_DEVICE_WACOM(0xD7) }, 1514 1512 { USB_DEVICE_WACOM(0xD8) }, 1515 1513 { USB_DEVICE_WACOM(0xDA) }, 1516 1514 { USB_DEVICE_WACOM(0xDB) },