diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 03:26:44 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 05:45:43 +0100 |
commit | 26b38ecb887946945cfbacfc2730dc9c178f6dfa (patch) | |
tree | 092f2e5b4ba676ce693865b5f8486d137f3230c3 /.gitmodules | |
parent | 15ea5b6a8e13d4d694ea1f256c37440f72f416bd (diff) | |
download | usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.tar.gz usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.tar.xz usb-drivers-26b38ecb887946945cfbacfc2730dc9c178f6dfa.zip |
Import elksmart-comm for transceiving IR codes
The receive functionality in the EXK4S is quite unstable,
however useful enough for something that is officially unsupported.
The gadgets are picky about cables and/or ports,
but it has ridiculous reach when it works.
This utility has previously been in the desktop-tools repository.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..84fb682 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "liberty"] + path = liberty + url = https://git.janouch.name/p/liberty |