Skip to content

Commit

Permalink
HACK: Don't warn the user when their stylus is hung; just remove from…
Browse files Browse the repository at this point in the history
… prox

On the nearly-impossible chance that this is somehow caused by the logging
(e.g. logging too fast) lets remove it and see what happens.
  • Loading branch information
jigpu committed Nov 9, 2023
1 parent d212d14 commit 025759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4.5/wacom_wac.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void wacom_idleprox_timeout(unsigned long data)
return;
}

hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__);
//hid_warn(wacom->hdev, "%s: tool appears to be hung in-prox. forcing it out.\n", __func__);
wacom_force_proxout(wacom_wac);
}

Expand Down

0 comments on commit 025759f

Please sign in to comment.