[linux-usb-devel] EHCI and OHCI port numbering?

2007-07-30 Thread Alex Chiang
Hello, How are ports numbered/ordered in the case of an EHCI controller with a companion controller? Example: N_PORTS = 6 AND N_CC = 2 N_PCC = 3 ORPORTROUTE[] = 1,1,1,2,2,2 Would give a routing configuration of: EHCI port 1 = OHCI1 port 1 (not 2 or 3) EHCI

Re: [linux-usb-devel] EHCI and OHCI port numbering?

2007-07-30 Thread Alan Stern
On Mon, 30 Jul 2007, Alex Chiang wrote: Hello, How are ports numbered/ordered in the case of an EHCI controller with a companion controller? Example: N_PORTS = 6 AND N_CC = 2 N_PCC = 3 ORPORTROUTE[] = 1,1,1,2,2,2 Would give a routing configuration