Skip to content

Commit

Permalink
Input: wacom_w8001 - correct device name generation
Browse files Browse the repository at this point in the history
Fixes: 6c7cc1a29d1e ("Input: wacom_w8001 - simplify device name generation")
Signed-off-by: Jason Gerecke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
[[email protected]: Imported into input-wacom (7ba38c2a9e1a)]
Signed-off-by: Jason Gerecke <[email protected]>
  • Loading branch information
jigpu committed Jun 7, 2024
1 parent cd77854 commit 696639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4.5/wacom_w8001.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static int w8001_connect(struct serio *serio, struct serio_driver *drv)
}

if (!err_touch) {
snprintf(w8001->pen_name, sizeof(w8001->pen_name),
snprintf(w8001->touch_name, sizeof(w8001->touch_name),
"%s Finger", basename);
input_dev_touch->name = w8001->touch_name;

Expand Down

0 comments on commit 696639c

Please sign in to comment.