Commit graph

18 commits

Author SHA1 Message Date
d7223710ea
feat: iterate usb devices and find compatible ones
All checks were successful
/ build_debian (push) Successful in 30s
2024-12-05 03:08:34 +01:00
4d9be10dd9
feat: add -c, -V, add manpage
All checks were successful
/ build_debian (push) Successful in 19s
2024-11-30 21:39:50 +01:00
c26b55a06e
feat: improved error handling
Some checks failed
/ build_debian (push) Failing after 15s
2024-11-30 14:13:36 +01:00
f4b4d31609
feat: add -h, update docs
All checks were successful
/ build_debian (push) Successful in 17s
2024-11-30 01:29:50 +01:00
bba1e6edc0
fix: input tokenizer should start over on eot 2024-11-30 01:11:23 +01:00
2705099d30
feat: deduplicate code snippets in tok_read 2024-11-29 23:43:50 +01:00
491807dfdb
feat: read support file i/o and reading from stdin 2024-11-29 23:17:46 +01:00
29d2890c26
fix(ci): get version number in ci checkout
All checks were successful
/ build_debian (push) Successful in 29s
2024-11-29 02:14:20 +01:00
4cc8dbcf89
fix: copy paste directory name
All checks were successful
/ build_debian (push) Successful in 31s
2024-11-29 02:00:38 +01:00
55623a3b58
fix: copy paste directory name
Some checks failed
/ build_debian (push) Failing after 15s
2024-11-29 01:59:21 +01:00
13da549e1a
fix(ci): linking order
Some checks failed
/ build_debian (push) Failing after 14s
2024-11-29 01:57:23 +01:00
d465367765
fix(ci): install libusb-1.0-0-dev
Some checks failed
/ build_debian (push) Failing after 29s
2024-11-29 01:53:36 +01:00
06d98f296f
fix(ci): install libusb-dev
Some checks failed
/ build_debian (push) Failing after 27s
2024-11-29 01:45:02 +01:00
298a3cdc12
feat: add debian package
Some checks failed
/ build_debian (push) Failing after 11s
2024-11-29 01:43:17 +01:00
447e1c29ab
feat: argument parsing with getopt
feat: enumerate usb interfaces and endpoints rather than hardcoding them
2024-11-27 02:44:39 +01:00
18f2d75d91
feat: use libusb rather than usbdevfs to unclaim kernel driver
feat: read and print responses from barcode scanner
feat: udev rule
docs: add more usage examples
2024-11-26 19:56:30 +01:00
21603523de
docs: add hint to run the tool as root 2024-11-25 23:16:49 +01:00
02c3e5619f
feat: first version 2024-11-25 23:10:11 +01:00