1
0
Fork 0

USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
utp
Marek Vasut 2011-07-12 02:16:47 +02:00 committed by Remy Bohmer
parent 0b09f54a26
commit 01a97d45d1
1 changed files with 1 additions and 0 deletions

View File

@ -1166,6 +1166,7 @@ void usb_hub_port_connect_change(struct usb_device *dev, int port)
dev->children[port] = usb;
usb->parent = dev;
usb->portnr = port + 1;
/* Run it through the hoops (find a driver, etc) */
if (usb_new_device(usb)) {
/* Woops, disable the port */