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

Configure Feed

Select the types of activity you want to include in your feed.

Input: wacom_w8001 - correct device name generation

Fixes: 6c7cc1a29d1e ("Input: wacom_w8001 - simplify device name generation")
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Link: https://lore.kernel.org/r/20240605164656.61623-1-jason.gerecke@wacom.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jason Gerecke and committed by
Dmitry Torokhov
7ba38c2a 2960d4c8

+1 -1
+1 -1
drivers/input/touchscreen/wacom_w8001.c
··· 649 649 } 650 650 651 651 if (!err_touch) { 652 - snprintf(w8001->pen_name, sizeof(w8001->pen_name), 652 + snprintf(w8001->touch_name, sizeof(w8001->touch_name), 653 653 "%s Finger", basename); 654 654 input_dev_touch->name = w8001->touch_name; 655 655