From ad6e7105b52363912618084f8268606eaad89ed3 Mon Sep 17 00:00:00 2001 From: kimi Date: Fri, 10 Jul 2020 12:49:02 -0400 Subject: removed unneccessary files, I don't know how they got there --- hid-tmt300rs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hid-tmt300rs.h') 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, }; -- cgit v1.3