git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af548d
)
wusb: devices dont use a set address
author
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Tue, 8 Apr 2008 20:24:46 +0000
(13:24 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 25 Apr 2008 04:16:58 +0000
(21:16 -0700)
A WUSB device gets his address during the connection phase; later on,
during the authenthication phase (driven from user space) we assign
the final address. So we need to skip in hub_port_init() the actual
setting of the address for WUSB devices.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found