diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-07 11:30:07 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-11-23 14:38:13 +0200 |
| commit | 795aca4d9b9311bd04e92889d1545181d8917c73 (patch) | |
| tree | e12d568beb945783446c3eb7cf9a9c8bc161ef06 /src/tmtspc | |
| parent | b3ba7e36165032514f675f392b2741fc91f9ad09 (diff) | |
| download | hid-tmff2-795aca4d9b9311bd04e92889d1545181d8917c73.tar.gz hid-tmff2-795aca4d9b9311bd04e92889d1545181d8917c73.zip | |
fix TS-XW -> TS-PC in init message
Diffstat (limited to 'src/tmtspc')
| -rw-r--r-- | src/tmtspc/hid-tmtspc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tmtspc/hid-tmtspc.c b/src/tmtspc/hid-tmtspc.c index 00d748b..50b598c 100644 --- a/src/tmtspc/hid-tmtspc.c +++ b/src/tmtspc/hid-tmtspc.c @@ -283,14 +283,14 @@ static int tspc_wheel_init(struct tmff2_device_entry *tmff2, int open_mode) if (!open_mode) tspc_send_open(tspc); - hid_info(tspc->hdev, "force feedback for TS-XW\n"); + hid_info(tspc->hdev, "force feedback for TS-PC\n"); return 0; interrupt_err: send_err: kfree(tspc); tspc_err: - hid_err(tmff2->hdev, "failed initializing TS-XW\n"); + hid_err(tmff2->hdev, "failed initializing TS-PC\n"); return ret; } |
