From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Tue, 22 Feb 2011 17:29:03 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usb ohci - one more question Topicbox-Message-UUID: b3042f26-ead6-11e9-9d60-3106f5b1d025 > (note that the std would call each simplex chan an "endpoint", but > you can pair two of them and consider them an endpoint when they are duplex) As an example, I have a usb device which presents both an input endpoint #2 and an output endpoint #2. The standard would treat these as separate endpoints which have the same endpoint number. The Plan 9 driver treats them (sensibly I think) as a single bidirectional endpoint.