linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Multi-serial USB Device
Date: Sat, 30 Jan 2010 18:34:56 +0000	[thread overview]
Message-ID: <20100130183456.GA28345@kroah.com> (raw)
In-Reply-To: <7a09e2151001301005m29daf8c8ndad88969d63918a4@mail.gmail.com>

On Sat, Jan 30, 2010 at 01:05:27PM -0500, Paul Dugas wrote:
> First, please point me where I should be asking if this is not the
> place.? Thanks.
> 
> I've got a number of USB devices I need to connect to a data-logging
> machine.? Each device presents as 3 USB serial ports which are
> properly recognized and setup as ttyUSB[0-2] once I added the right
> vendor and product numbers to the module loader configs.? When I
> connect the second device, I get ttyUSB[3-5].? I've been able to setup
> udev rules that recognize the serial numbers for each of the devices
> and can setup symlinks; i.e. ttyLogger1USB[0-2] -> ttyUSB?.
> Something like so...
> 
>     KERNEL="ttyUSB*", SYSFS{serial}="111", SYMLINK+="ttyLogger1USB%n"
>     KERNEL="ttyUSB*", SYSFS{serial}="222", SYMLINK+="ttyLogger2USB%n"
>     KERNEL="ttyUSB*", SYSFS{serial}="333", SYMLINK+="ttyLogger3USB%n"

Have you looked at the links in /dev/serial/?  that should work for what
you are trying to accomplish.

thanks,

greg k-h

  parent reply	other threads:[~2010-01-30 18:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-30 18:05 Multi-serial USB Device Paul Dugas
2010-01-30 18:25 ` Paul Bender
2010-01-30 18:27 ` David Zeuthen
2010-01-30 18:34 ` Greg KH [this message]
2010-01-30 18:50 ` Paul Dugas
2010-01-30 18:50 ` Paul Dugas
2010-01-30 18:59 ` Paul Dugas
2010-01-30 19:58 ` David Zeuthen
2010-01-30 20:36 ` Paul Dugas
2010-01-31  0:47 ` Greg KH
2010-01-31  1:27 ` Paul Dugas
2010-01-31  2:55 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100130183456.GA28345@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).