From 4d0e647f17560d968e8a0243f2783627ca632db0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 11 Mar 2022 14:24:24 +0200 Subject: move to using delayed workqueues --- hid-tmt300rs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hid-tmt300rs.h') diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index a875a2e..4b565ce 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include @@ -119,7 +118,8 @@ struct t300rs_device_entry { struct usb_interface *usbif; struct t300rs_effect_state *states; struct t300rs_firmware_response *firmware_response; - struct hrtimer hrtimer; + + struct delayed_work work; int (*open)(struct input_dev *dev); void (*close)(struct input_dev *dev); -- cgit v1.3