Re: [linux-usb-devel] [patch 1/7] wusb: teach choose_address() about wireless devices

2007-08-06 Thread Alan Stern
On Fri, 3 Aug 2007, Inaky Perez-Gonzalez wrote: +/* + * WUSB devices are simple: they have no hubs behind, so the mapping + * device - virtual port number becomes 1:1. Why? to simplify the + * life of the device connection logic in + * drivers/usb/wusbcore/devconnect.c. When we do the

[linux-usb-devel] [patch 1/7] wusb: teach choose_address() about wireless devices

2007-08-03 Thread Inaky Perez-Gonzalez
Modify choose_address() so it knows about our special scheme of addressing WUSB devices (1:1 w/ port number). Signed-off-by: Inaky Perez-Gonzalez [EMAIL PROTECTED] --- drivers/usb/core/hub.c | 34 +- 1 file changed, 25 insertions(+), 9 deletions(-) Index: