aboutsummaryrefslogtreecommitdiff
path: root/hid-tmt300rs.h
diff options
context:
space:
mode:
authorkimi <kimi.h.kuparinen@gmail.com>2020-07-10 12:49:02 -0400
committerkimi <kimi.h.kuparinen@gmail.com>2020-07-10 12:49:02 -0400
commitad6e7105b52363912618084f8268606eaad89ed3 (patch)
tree756c3548794066fe6b3d841ad57782ccec3bbe81 /hid-tmt300rs.h
parentead4ca3e9726eea7456064682c739aee74416fba (diff)
downloadhid-tmff2-ad6e7105b52363912618084f8268606eaad89ed3.tar.gz
hid-tmff2-ad6e7105b52363912618084f8268606eaad89ed3.zip
removed unneccessary files, I don't know how they got there
Diffstat (limited to 'hid-tmt300rs.h')
-rw-r--r--hid-tmt300rs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h
index f3c8d97..ccdea78 100644
--- a/hid-tmt300rs.h
+++ b/hid-tmt300rs.h
@@ -21,9 +21,6 @@
spinlock_t lock;
unsigned long lock_flags;
-spinlock_t data_lock;
-unsigned long data_flags;
-
static int timer_msecs = DEFAULT_TIMER_PERIOD;
static const signed short t300rs_ff_effects[] = {
@@ -87,5 +84,3 @@ static u8 spring_values[] = {
static u8 damper_values[] = {
0xfc, 0x7f, 0xfc, 0x7f, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfc, 0x7f, 0x07
};
-
-static u8 t300rs_ctrl_out[] = { 0x41, 0x48, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, };