diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-23 18:39:27 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-23 18:39:27 +0200 |
| commit | fed8081d45d05ecf2b557515e17a5005b90a7e96 (patch) | |
| tree | 55838cf27bc364cf0b065e29921eb3fce8d6c24e /hid-tmff2.h | |
| parent | 3eba47f56dcb539b3dd475b9906ed9af7bd8db7f (diff) | |
| download | hid-tmff2-fed8081d45d05ecf2b557515e17a5005b90a7e96.tar.gz hid-tmff2-fed8081d45d05ecf2b557515e17a5005b90a7e96.zip | |
test open/close
Diffstat (limited to 'hid-tmff2.h')
| -rw-r--r-- | hid-tmff2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hid-tmff2.h b/hid-tmff2.h index f474ca7..b396d78 100644 --- a/hid-tmff2.h +++ b/hid-tmff2.h @@ -128,4 +128,7 @@ int t300rs_set_gain(void *, uint16_t); int t300rs_set_range(void *, uint16_t); int t300rs_set_autocenter(void *, uint16_t); +int t300rs_send_buf(struct t300rs_device_entry *t300rs, u8 *send_buffer, size_t len); +int t300rs_send_int(struct t300rs_device_entry *t300rs); + #endif /* __HID_TMFF2_H */ |
