diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-09-21 17:18:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-09-21 17:18:59 +0300 |
| commit | 4f9f66aa0c64c5a2acb9ee239a3dc6adc1c23b44 (patch) | |
| tree | 14129b327b590101b9eb0012916729c2896f5969 | |
| parent | 46cf3c210932eac3da5a42a6c9034e893e85bb4c (diff) | |
| download | hid-tmff2-4f9f66aa0c64c5a2acb9ee239a3dc6adc1c23b44.tar.gz hid-tmff2-4f9f66aa0c64c5a2acb9ee239a3dc6adc1c23b44.zip | |
Removed debug message
| -rw-r--r-- | hid-tmt300rs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hid-tmt300rs.c b/hid-tmt300rs.c index 40aa646..7aaed9b 100644 --- a/hid-tmt300rs.c +++ b/hid-tmt300rs.c @@ -665,8 +665,6 @@ static int t300rs_upload_ramp(struct t300rs_device_entry *t300rs, struct t300rs_ send_buffer[22] = ramp.end_level > ramp.start_level ? 0x04 : 0x05; send_buffer[23] = 0x4f; - hid_info(t300rs->hdev, "uploading ramp effect with dir %i", send_buffer[22]); - send_buffer[24] = le_duration & 0xff; send_buffer[25] = le_duration >> 8; |
