- added sleep to bcharge, before calling usb_reset()... the
commitda592731b351e8cacf323219873a55a4b8febb04
authorcdfrey <cdfrey>
Sat, 24 Nov 2007 01:20:03 +0000 (24 01:20 +0000)
committercdfrey <cdfrey>
Sat, 24 Nov 2007 01:20:03 +0000 (24 01:20 +0000)
tree8df5cb923fb33fc03029e615d969a8a46e8f9a1d
parent81f455aaa21183ab3d8d58b97070f499419d55af
- added sleep to bcharge, before calling usb_reset()... the
Blackberry 8830 behaves like a Pearl device in that
it has mass storage support, but behaves like a Classic
in that it resets itself... the usb_reset() seems
to reset it back to 0006.  The sleep allows the device
to disappear via its own reset, and let usb_reset()
fail naturally on these devices.
This is not an ideal solution... mainly for testing.
ChangeLog
tools/bcharge.cc