[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.44L0.0808191603350.3391-100000@iolanthe.rowland.org>
Date: Tue, 19 Aug 2008 16:04:44 -0400 (EDT)
From: Alan Stern <stern@...land.harvard.edu>
To: David Brownell <david-b@...bell.net>
cc: juanslayton@...extreme.com, Aivils Stoss <aivils@...net.lv>,
<jkosina@...e.cz>, lud <linux-usb@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Randy Dunlap <rdunlap@...otime.net>,
<linuxconsole-dev@...ts.sourceforge.net>,
<linux-input@...r.kernel.org>
Subject: Re: PROBLEM: USB keyboards works only 4 per PC host port
On Tue, 19 Aug 2008, David Brownell wrote:
> The OHCI scheduling is pretty simple and compact. I'd think it would
> be easy enough to make UHCI do the same sort of thing: track bandwidth
> assigned to 2^N frames (OHCI hardware imposes a smaller limit for N
> than UHCI hardware does), and pick the least loaded of those frames to
> use for new transfers. In ohci-q.c see balance(), periodic_{,un}link().
>
> Thing is that would involve changing how UHCI manages periodic transfers;
> assuming it hasn't changed those structures since last I looked.
Yes. That's the messy part; the scheduling itself is easy.
Alan Stern
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists