Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-20 Thread Alan Stern
On Wed, 20 Dec 2006, Clemens Ladisch wrote: > > Can you provide information (either "lsusb -v" output or, more succinctly, > > the entry from /proc/bus/usb/devices) for such a device? > > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 M

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-20 Thread Clemens Ladisch
Alan Stern wrote: > > > On Tue, 19 Dec 2006, Clemens Ladisch wrote: > > > > Alan Stern wrote: > > > > > Different interfaces in the same configuration are not allowed to use > > > > > the same endpoint. > > > > > > > > Which doesn't prevent M-Audio from building such devices. > > Can you provide

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-20 Thread Alan Stern
On Wed, 20 Dec 2006, Clemens Ladisch wrote: > > > In this case, the driver has to take care to avoid using these > > > interfaces at the same time. > > > > I don't understand this. A USB driver doesn't "use" interfaces; all it > > does is send packets to various endpoints. > > These are audio

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-20 Thread Clemens Ladisch
Alan Stern wrote: > On Tue, 19 Dec 2006, Clemens Ladisch wrote: > > Alan Stern wrote: > > > Different interfaces in the same configuration are not allowed to use > > > the same endpoint. > > > > Which doesn't prevent M-Audio from building such devices. > > > > In this case, the driver has to take

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Alan Stern
On Tue, 19 Dec 2006, Clemens Ladisch wrote: > Alan Stern wrote: > > On Mon, 18 Dec 2006, Mike King wrote: > > > Are endpoint addresses unique across a device ? > > > > > > In other words, can a device with 2 interfaces have an endpoint in > > > each interface that is address 0x81. Or would they h

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Clemens Ladisch
Alan Stern wrote: > On Mon, 18 Dec 2006, Mike King wrote: > > Are endpoint addresses unique across a device ? > > > > In other words, can a device with 2 interfaces have an endpoint in > > each interface that is address 0x81. Or would they have to be > > distinct, like 0x81 in one and 0x82 in the

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Oliver Neukum
Am Montag, 18. Dezember 2006 21:54 schrieb Mike King: > USB Gurus, > > Are endpoint addresses unique across a device ? > > In other words, can a device with 2 interfaces have an endpoint in > each interface that is address 0x81. Or would they have to be distinct, > like 0x81 in one and 0x82

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-18 Thread Alan Stern
On Mon, 18 Dec 2006, Mike King wrote: > USB Gurus, > > Are endpoint addresses unique across a device ? > > In other words, can a device with 2 interfaces have an endpoint in > each interface that is address 0x81. Or would they have to be distinct, > like 0x81 in one and 0x82 in the other on

[linux-usb-devel] Are endpoint addrs unique

2006-12-18 Thread Mike King
USB Gurus, Are endpoint addresses unique across a device ? In other words, can a device with 2 interfaces have an endpoint in each interface that is address 0x81. Or would they have to be distinct, like 0x81 in one and 0x82 in the other one ? Thanks, Mike King Hewlett-Packard