]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit437e759e575d594f489401e557a456860b8d3a88
tree16d58531ca245e55c341b1ac6dd9a1c563f2cf61
parent03eae9ca278abd1a5c3b1ee630467dfff3771ac4
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