diff options
author | Keith Packard <keithp@keithp.com> | 2015-03-10 09:35:02 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-03-10 09:35:02 -0600 |
commit | fce4e6926de7cb5ef6ea64a8db134c442b86153b (patch) | |
tree | d4b672aa68d29cb2041a48704f872a584051e335 /ao-tools/lib/cc.h | |
parent | ce99807ef942de54a3f934d321baf3c3d26442bb (diff) |
ao-tools/ao-list: Show devices that have no TTY
chaoskey doesn't advertise itself as a modem, so the kernel doesn't
allocate a tty device.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r-- | ao-tools/lib/cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h index bff4b2c9..ff95e4fc 100644 --- a/ao-tools/lib/cc.h +++ b/ao-tools/lib/cc.h @@ -50,7 +50,7 @@ void cc_usbdevs_free(struct cc_usbdevs *usbdevs); struct cc_usbdevs * -cc_usbdevs_scan(void); +cc_usbdevs_scan(int non_tty); char * cc_usbdevs_find_by_arg(char *arg, char *default_product); |