summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosDevice.java
Commit message (Collapse)AuthorAge
* altosui: Catch errors opening USB devices. Limit list to relevant devicesKeith Packard2010-07-28
| | | | | | | Avoids a segfault when failing to open a device. Limit listed telemetry devices to just TeleDongle units. Signed-off-by: Keith Packard <keithp@keithp.com>
* Present list of altos devices in nice formatKeith Packard2010-07-26
|
* Switch AltosUI to libaltos for device accessKeith Packard2010-07-26
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add Linux device discoveryKeith Packard2010-04-05
AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly.