diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-13 16:51:35 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-13 16:54:39 +0200 |
| commit | 1794908582f53c36c5225a586795d811ab0a8ebf (patch) | |
| tree | fda9bf9d648fa2a7c3ea99f3a1fe7eba9c9afd0e | |
| parent | 9f79c8ede052227a32ac0e63cab4e2afe8c01a1e (diff) | |
| download | hid-tmff2-1794908582f53c36c5225a586795d811ab0a8ebf.tar.gz hid-tmff2-1794908582f53c36c5225a586795d811ab0a8ebf.zip | |
t128 testing (should show up as t248?)
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | Kbuild | 6 | ||||
| m--------- | deps/hid-tminit | 0 |
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 998e8c6..0e0f0fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "deps/hid-tminit"] path = deps/hid-tminit - url = https://github.com/scarburato/hid-tminit + url = https://github.com/Kimplul/hid-tminit.git @@ -1,2 +1,6 @@ obj-m := hid-tmff-new.o -hid-tmff-new-y := src/hid-tmff2.o src/tmt300rs/hid-tmt300rs.o src/tmt248/hid-tmt248.o src/tmtx/hid-tmtx.o +hid-tmff-new-y := \ + src/hid-tmff2.o \ + src/tmt300rs/hid-tmt300rs.o \ + src/tmt248/hid-tmt248.o \ + src/tmtx/hid-tmtx.o diff --git a/deps/hid-tminit b/deps/hid-tminit -Subproject 9375f6c7d83af5dd6c8b8fe30351d0f36043b20 +Subproject 97287883443ad342e5d3f0d920580c7b72049fb |
