summaryrefslogtreecommitdiff
path: root/aoview/aoview_dev.c
Commit message (Collapse)AuthorAge
* USB device names can contain '.' tooKeith Packard2009-05-17
| | | | | | | Depending on the hierarchy of devices, names can contain '.', so allow those too. Signed-off-by: Keith Packard <keithp@keithp.com>
* scandir returns -1 on errorKeith Packard2009-05-17
| | | | | | | In which case, the namelist is invalid, so don't look at it, and don't free it. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add lots more aoview UI bitsKeith Packard2009-05-17
| | | | | | Logs data to files, displays current state in window. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add preliminary aoview codesn4-flight2sn4-flight1Keith Packard2009-05-16
AoView connects with TeleDongle to present telemetry information in a reasonable form. Right now, it just displays information to stdout, but it does have fancy dialogs for finding the USB devices. Signed-off-by: Keith Packard <keithp@keithp.com>