From: Greg KH <gregkh@linuxfoundation.org>
To: "Dave Jones" <davej@redhat.com>,
"Tobias Winter" <tobias@linuxdingsda.de>,
"Bjørn Mork" <bjorn@mork.no>, "Rob Landley" <rob@landley.net>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once
Date: Thu, 6 Jun 2013 08:21:31 -0700 [thread overview]
Message-ID: <20130606152131.GA6935@kroah.com> (raw)
In-Reply-To: <20130606150112.GA22984@redhat.com>
On Thu, Jun 06, 2013 at 11:01:12AM -0400, Dave Jones wrote:
> On Wed, Jun 05, 2013 at 10:54:26AM -0700, Greg KH wrote:
> > Here are 3 patches that I've tested out on my system with only a small
> > number of devices, but it seems to work, so why not let others try it
> > out...
> >
> > These patches make the USB to serial core have the ability to support up
> > to 3000 devices at once now.
>
> I'm curious how this works. What systems have 3000 usb ports ?
> Or are there some kind of multiplexer devices out there ?
> (If so, I'd like a link, I could use one of those).
You don't need a multiplexer, you can have a bunch of different USB root
hubs in PCI slots, with USB hubs plugged into them, and lots of
multi-port USB devices connected to them. Tobias has such a system with
272 single-port USB to serial devices connected, so it's not impossible
to create.
In thinking about it some more, I'll change that number to 500 for now,
as it's a static array within the tty layer, and then work on making
that dynamic so we don't have any limitations other than the number of
minor numbers for a single major.
thanks,
greg k-h
next prev parent reply other threads:[~2013-06-06 15:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 17:54 [PATCH 0/3] Increase the number of USB to serial devices we can support at once Greg KH
2013-06-05 17:54 ` [PATCH 2/3] USB: serial: make minor allocation dynamic Greg KH
2013-06-06 12:17 ` Johan Hovold
2013-06-06 16:33 ` Greg KH
2013-06-05 17:55 ` [PATCH 3/3] USB: serial: increase the number of devices we support Greg KH
2013-06-05 17:55 ` [PATCH 1/3] USB: serial: ports: add minor and port number Greg KH
2013-06-06 11:31 ` Johan Hovold
2013-06-06 11:32 ` [PATCH] USB: whiteheat: fix broken port configuration Johan Hovold
2013-06-06 16:37 ` [PATCH 1/3] USB: serial: ports: add minor and port number Greg KH
2013-06-06 11:35 ` [PATCH 0/3] Increase the number of USB to serial devices we can support at once Tobias Winter
2013-06-06 15:01 ` Dave Jones
2013-06-06 15:21 ` Greg KH [this message]
2013-06-06 16:24 ` Tobias Winter
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=20130606152131.GA6935@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=bjorn@mork.no \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=rob@landley.net \
--cc=tobias@linuxdingsda.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.