Georgi Chorbadzhiyski
4c95522881
RELEASE: 3.0
4 years ago
Georgi Chorbadzhiyski
d8974177cb
Add -t / --timeout option
4 years ago
Georgi Chorbadzhiyski
f335adc78c
README: Update reporting bugs section
6 years ago
Georgi Chorbadzhiyski
8308faadb3
Add support for configurations that have leading white space
6 years ago
Georgi Chorbadzhiyski
e954cfe15a
Add support for parsing responses that contain \r symbols in them
Thanks to alex # dyaconov.com for the test data
6 years ago
Georgi Chorbadzhiyski
c9ac382c5e
Ignore END PRELUDE command
It doesn't seem to do anything and just spams that logs. Thanks to
Jean-Francois Panisset for the report.
7 years ago
Georgi Chorbadzhiyski
1bee26847a
test: Fix tests to work out of the box on OS X (difference in getopt messages)
7 years ago
Georgi Chorbadzhiyski
8cced6de0c
Makefile: Add 'make test'
7 years ago
Georgi Chorbadzhiyski
5eb39f74c8
Update ChangeLog
7 years ago
Georgi Chorbadzhiyski
1ffab2e688
Add support for CONFIGURATION command
I have no idea what it does unfortunately.
Thanks to Yannick BARBEAUX for the report.
7 years ago
Georgi Chorbadzhiyski
0e4a7340c6
Merge pull request #1 from toontoet/master
Fixed reading data getting truncated using a 40x40 video hub
7 years ago
Toon Toetenel
077d2ff820
Fixed reading data getting truncated using a 40x40 video hub
7 years ago
Georgi Chorbadzhiyski
0e2d4160b9
Prevent warning when videohubctrl is compiled on 32-bit host.
9 years ago
Georgi Chorbadzhiyski
5ca51d520f
Prevent possible NULL pointer dereference.
9 years ago
Georgi Chorbadzhiyski
1e7ecc94c6
libfuncs: Update library.
9 years ago
Georgi Chorbadzhiyski
76b45b5461
RELEASE: 2.0
10 years ago
Georgi Chorbadzhiyski
93eab41708
Fix comments.
10 years ago
Georgi Chorbadzhiyski
42a6e7e3ac
Rename configuration parameters.
--list-vinputs -> --list-inputs
--list-voutputs -> --list-outputs
--list-moutputs -> --list-monitor
--vi-X -> --in-X
--vo-X -> --out-X
--mo-X -> --mon-X
--se-X -> --ser-X
10 years ago
Georgi Chorbadzhiyski
e8bfb2bf00
Add support for --vi-output and --vi-monitor parameters.
10 years ago
Georgi Chorbadzhiyski
a42e405e05
Introduce struct vcmd_param to cleanup struct vcmd_entry.
10 years ago
Georgi Chorbadzhiyski
32927ee8de
Only warn when the protocol version is not 2.x do not die.
This makes the program compatible with future protocol updates.
Before it was just dying so even if the new protocol was compatible
the program needed to be recompiled.
10 years ago
Georgi Chorbadzhiyski
dd92e76c94
Add support for setting device friendly name using --set-name
My Videohub Micro doesn't support this extra but I suppose the
bigger models do (at least the official software v6 reads this
value and shows it instead of the device model).
10 years ago
Georgi Chorbadzhiyski
e035d99753
Add support for --list-proc-units and --list-frames options.
--list-proc-units was documented in 1.0 release but it was never
wired up to work. --list-frames was not documented in 1.0 and it
wasn't working either.
10 years ago
Georgi Chorbadzhiyski
c31790b153
Document --list-frames option.
10 years ago
Georgi Chorbadzhiyski
67e863fdfd
Text fix.
10 years ago
Georgi Chorbadzhiyski
e0b66c5f6e
RELEASE: 1.0
10 years ago
Georgi Chorbadzhiyski
3069564657
Improve documentation.
10 years ago
Georgi Chorbadzhiyski
57dde60884
Initialize all routes to NO_PORT by default.
10 years ago
Georgi Chorbadzhiyski
d6f8eeeebe
Add support for frames (names, routing and locks)
It is not tested on a real hardware. The number of frame buffers
is assumed to be the same as number of serial ports (as good guess
as any).
10 years ago
Georgi Chorbadzhiyski
54b685d478
Add support for processing units (routing and locks).
It is not tested on a real hardware.
10 years ago
Georgi Chorbadzhiyski
afdb845e60
Make handling of port disconnection generic.
10 years ago
Georgi Chorbadzhiyski
b2dd766732
test: Add more serial port tests.
10 years ago
Georgi Chorbadzhiyski
7056b30fbc
README: Update introduction text.
10 years ago
Georgi Chorbadzhiyski
e00b706d8e
Keep lines shorter than 72 chars.
10 years ago
Georgi Chorbadzhiyski
8f3d0c9840
Update TODO list and move it into README file.
10 years ago
Georgi Chorbadzhiyski
c87a7538b9
Display the undocumented "Friendly name" device setting.
10 years ago
Georgi Chorbadzhiyski
9dadd08575
Increase white space in tables so they look ok with ports number > 99.
10 years ago
Georgi Chorbadzhiyski
c4d62cb179
Report invalid port statuses.
10 years ago
Georgi Chorbadzhiyski
55a391f6e8
Add support for undocumented "Thunderbolt" port status/type.
10 years ago
Georgi Chorbadzhiyski
6176fb9bfe
Add support for clearing serial port connections.
10 years ago
Georgi Chorbadzhiyski
6004840714
Allow port routing to be canceled. It is needed for serial ports.
10 years ago
Georgi Chorbadzhiyski
2d71ba0dae
test: Add some new lines in input.
10 years ago
Georgi Chorbadzhiyski
0344f230b9
Fix memory allocation for test data.
Previously it seems to have worked by accident (there was not enough
space for the end NULL byte).
10 years ago
Georgi Chorbadzhiyski
45b59a4683
Report unknown settings in VIDEOHUB DEVICE command.
10 years ago
Georgi Chorbadzhiyski
ec2454ac5a
Add enum for input/output/monitoring/serial ports statuses.
10 years ago
Georgi Chorbadzhiyski
39bc206641
Small fix for serial directions.
10 years ago
Georgi Chorbadzhiyski
e343c41631
Improve docs.
10 years ago
Georgi Chorbadzhiyski
d2f0abbe16
test: Fix the tests to work under OS X.
10 years ago
Georgi Chorbadzhiyski
1d1b23423c
Comment fixes.
10 years ago
Georgi Chorbadzhiyski
dfc473a128
Text fixes.
10 years ago