diff options
Diffstat (limited to 'hid-tmt300rs.h')
| -rw-r--r-- | hid-tmt300rs.h | 5 |
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, }; |
