Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2009 19:42:21 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-usb@freebsd.org
Subject:   Re: usb thermometer - TEMPer - FreeBSD
Message-ID:  <20091104194221.c325fb37.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <200911032256.58552.hselasky@c2i.net>
References:  <20090414235727.38d16ee1.torfinn.ingolfsen@broadpark.no> <200911012209.37403.hselasky@c2i.net> <20091103222703.0e8ea0eb.torfinn.ingolfsen@broadpark.no> <200911032256.58552.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 03 Nov 2009 22:56:57 +0100
Hans Petter Selasky <hselasky@c2i.net> wrote:

> > But where is ucom0?
> > root@kg-t2# ls -l /dev/uc*
> > ls: /dev/uc*: No such file or directory
> > root@kg-t2# ls -l /dev/ucom0
> > ls: /dev/ucom0: No such file or directory
> > root@kg-t2# ls -l /dev/ucom0
> 
> /dev/cuaU0

Ah! I did know that, but had forgotten and that "ucom0:" in the output
confused me. Thanks!

Here is an idea: could we have the class of devices (usb devices that
create / use ttys) report which tty they are using when they attach?
Ie, instead of
ucom0: CH340 detected

We could have:
ucom0: CH340  detected, using /dev/cuaU0
or something like that?
I don't care if it is the driver, ther kenel or another part of FreeBSd
that outpus this information, I just want it t be presented to the user.

Just my 0.02 eurocents.
-- 
Regards,
Torfinn Ingolfsen




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091104194221.c325fb37.torfinn.ingolfsen>