aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eizo-pcap-decode.go: figure out USBHIDPřemysl Eric Janouch2024-11-271-1/+1
|
* Add an EIZO packet decoding toolPřemysl Eric Janouch2024-11-261-0/+212
| | | | | It is fairly dumb, but it allows to make more sense of what is going on over the wires while using EIZO software.
* README.adoc: fix a typoPřemysl Eric Janouch2024-11-261-1/+1
|
* Bump version, link to releasesv1.0.0Přemysl Eric Janouch2024-11-262-2/+4
|
* eizoctl: more careful data handlingPřemysl Eric Janouch2024-11-261-1/+1
|
* Improve README.adocPřemysl Eric Janouch2024-11-262-10/+34
|
* Improve OpenBSD build compatibilityPřemysl Eric Janouch2024-11-263-3/+11
| | | | It still doesn't build, though, because 7.6 doesn't have 0.14 yet.
* General fixes and cleanupPřemysl Eric Janouch2024-11-253-32/+38
| | | | | | | | | Haste makes waste, and my sleep is all disturbed. Notable fixes: - Windows linking should be completely static, - eizoctltray: input port switching was dysfunctional, - eizoctl*: some failure messages got eaten up.
* CMakeLists.txt: don't enforce setuid bitPřemysl Eric Janouch2024-11-251-1/+2
|
* Support cross-compiling for WindowsPřemysl Eric Janouch2024-11-253-28/+110
|
* Port eizoctl build to CMakePřemysl Eric Janouch2024-11-254-50/+47
| | | | The GNU Makefile approach has its limits.
* razer-bw-te-ctl: adjust code stylePřemysl Eric Janouch2024-11-251-212/+168
| | | | And import the newer find_device() from elksmart-comm.
* Import razer-bw-te-ctlPřemysl Eric Janouch2024-11-254-3/+472
| | | | This is for a very old keyboard that I no longer own.
* elksmart-comm: adjust code stylePřemysl Eric Janouch2024-11-251-286/+251
|
* Import elksmart-comm for transceiving IR codesPřemysl Eric Janouch2024-11-257-0/+850
| | | | | | | | | | 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.
* Initial commit: eizoctlPřemysl Eric Janouch2024-11-256-0/+1521