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

Input: wacom - add a new stylus (0x100802) for Intuos5 and Cintiqs

Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Ping Cheng and committed by
Dmitry Torokhov
7d753b0d 150e5928

+2
+2
drivers/input/tablet/wacom_wac.c
··· 363 363 case 0x140802: /* Intuos4/5 13HD/24HD Classic Pen */ 364 364 case 0x160802: /* Cintiq 13HD Pro Pen */ 365 365 case 0x180802: /* DTH2242 Pen */ 366 + case 0x100802: /* Intuos4/5 13HD/24HD General Pen */ 366 367 wacom->tool[idx] = BTN_TOOL_PEN; 367 368 break; 368 369 ··· 402 401 case 0x10080c: /* Intuos4/5 13HD/24HD Art Pen Eraser */ 403 402 case 0x16080a: /* Cintiq 13HD Pro Pen Eraser */ 404 403 case 0x18080a: /* DTH2242 Eraser */ 404 + case 0x10080a: /* Intuos4/5 13HD/24HD General Pen Eraser */ 405 405 wacom->tool[idx] = BTN_TOOL_RUBBER; 406 406 break; 407 407