p54usb: fix conflict with recent usb changes
authorChristian Lamparter <chunkeey@web.de>
Fri, 16 Jan 2009 19:24:31 +0000 (20:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:43 +0000 (16:00 -0500)
commitc88a768d7ed1bc38eedf18d16419ef2f01cd2d0d
tree16d58531ca245e55c341b1ac6dd9a1c563f2cf61
parentc656bbb582cebd988d8c39c4912722dc47578eab
p54usb: fix conflict with recent usb changes

A recent change in the usb core "USB: change interface to usb_lock_device_for_reset()"
conflicts with "p54usb: utilize usb_reset_device for 3887".

Sadly, we have to call usb_reset_device before we can upload the firmware on 3887.
Unless someone figures out how to reliably stop the 3887 so the hardware is still usable
next time we want to start it.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54usb.c