diff options
Diffstat (limited to 'hid-tmt300rs.c')
| -rw-r--r-- | hid-tmt300rs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid-tmt300rs.c b/hid-tmt300rs.c index 411a3ca..1835883 100644 --- a/hid-tmt300rs.c +++ b/hid-tmt300rs.c @@ -1473,7 +1473,7 @@ int t300rs_init(struct hid_device *hdev, const signed short *ff_bits){ hrtimer_init(&t300rs->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); t300rs->hrtimer.function = t300rs_timer; - spin_unlock_irqrestore(&lock, lock_flags); + //spin_unlock_irqrestore(&lock, lock_flags); t300rs_range_store(dev, &dev_attr_range, range, 10); t300rs_set_gain(input_dev, 0xffff); |
