commit | 4953d141dc5db748475001cfbfdcc42e66cf900e | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@csr.com> | Tue Apr 08 13:24:46 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:59 2008 -0700 |
tree | d05465dd6ca1fa1fb3e271f436a85f0f0b2cf978 | |
parent | fc721f5194dc98c8108fb155a4fbae1cd746cf41 [diff] |
usb: don't update devnum for wusb devices For WUSB devices, usb_dev.devnum is a device index and not the real device address (which is managed by wusbcore). Therefore, only set devnum once (in choose_address()) and never change it. Signed-off-by: David Vrabel <david.vrabel@csr.com> Cc: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>