25 Jun 2012 22:59
Re: barry-0.18.2 patch for BB Bold (9930)
On Sun, Jun 24, 2012 at 06:24:12PM -0400, me4@... wrote: > Chris: > > I run Gentoo Linux ~x86, and first used barry with the original BB on > XmBlackberry + barry-0.16, > later upgrading to a Curve with barry-0.17.x (and -0.18.x as well), and > now the Bold. > > Patch to fix 'timeout after send passwd': > > File: src/m_ipmodem.cc, lines 172+ > > -- m_dev.BulkRead(read_ep, data); > -- ddout("IPModem: Start Response Packet:\n" << data); > ++ try { > ++ m_dev.BulkRead(read_ep, data); > ++ ddout("IPModem: Start Response Packet:\n" << data); > ++ } > ++ catch( Usb::Timeout &to ) { > ++ // do nothing on timeouts > ++ ddout("IPModem: Start Response Timeout"); > ++ } > > Effect of code: allow Timeout response for 'Re-send Start Request'. Thanks Kurt! I've created a new branch on repo.or.cz/w/barry.git called "ipmodemfix". Would you be able to test this to make sure it fixes your issue on the Bold? The line numbers from your patch didn't quite line up.(Continue reading)
RSS Feed