aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.c
diff options
context:
space:
mode:
authorkimi <kimi.h.kuparinen@gmail.com>2020-06-26 11:58:01 -0400
committerkimi <kimi.h.kuparinen@gmail.com>2020-06-26 11:58:01 -0400
commit2985abb05c4d9ba289693671cdd47b7d8df89e7a (patch)
tree79c4fa2608bc00467c939a0689a6b26d26eade93 /hid-tmff2.c
parentfdb188823ff4769895fdb893a700eb5d49ddcf7d (diff)
downloadhid-tmff2-2985abb05c4d9ba289693671cdd47b7d8df89e7a.tar.gz
hid-tmff2-2985abb05c4d9ba289693671cdd47b7d8df89e7a.zip
testing some sleeping methods
Diffstat (limited to 'hid-tmff2.c')
-rw-r--r--hid-tmff2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hid-tmff2.c b/hid-tmff2.c
index 006d655..869bdb1 100644
--- a/hid-tmff2.c
+++ b/hid-tmff2.c
@@ -405,7 +405,7 @@ static int tmff_play(struct input_dev *dev, void *data,
break;
}
-
+ msleep(2);
kfree(send_buf);
return 0;
@@ -842,7 +842,6 @@ err:
}
static void tm_remove(struct hid_device *hdev){
- printk("Heyo");
hid_hw_stop(hdev);
}