We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842427d commit 38585dfCopy full SHA for 38585df
1 file changed
hid-uclogic-core.c
@@ -38,6 +38,14 @@ struct uclogic_drvdata {
38
u8 re_state;
39
};
40
41
+/**
42
+ * uclogic_inrange_timeout - handle pen in-range state timeout.
43
+ * Emulate input events normally generated when pen goes out of range for
44
+ * tablets which don't report that.
45
+ *
46
+ * @t: The timer the timeout handler is attached to, stored in a struct
47
+ * uclogic_drvdata.
48
+ */
49
static void uclogic_inrange_timeout(struct timer_list *t)
50
{
51
struct uclogic_drvdata *drvdata = from_timer(drvdata, t,
0 commit comments