On Fri, 2009-04-03 at 22:31 -0400, Chris Frey wrote:
> On Tue, Mar 24, 2009 at 04:25:04PM -0400, Aidan Van Dyk wrote:
> > > I'm assuming that Barry might be guessing the endpoint pair incorrectly.
> > > You can override this using btool, so try something like:
> > > 
> > >   btool -v -l -e 81,2
> > >   btool -v -l -e 83,4
> > > 
> > > You might even try different endpoint permutations, but I haven't seen
> > > endpoints used like that on the Blackberry before.
> > > 
> > > Note that you can also use the -z option on btool, to turn off threading
> > > and make the straces cleaner, if you need to.
> > 
> > OK, I'll dig some more with these options...
> 
> I have a 7130 here that behaves just like yours, and while probing it
> and trying to get it to work, I noticed that the endpoint override
> option didn't override the Probe class.
> 
> I've changed this in the latest git tree.  You may wish to try it.
> 
> I even had trouble getting Windows in a VM to recognize it... it just kept
> resetting the device.  Maybe on a pure native Windows machine I'd get
> different results... still need to try that.  I assume your device does
> work under Windows?
> 
> I did notice that I was able to access the databases using btool
> if I disabled bcharge (it would stay at 100mA).  So bcharge may be putting
> it in a funky state.  I disabled bcharge by commenting out the commands
> in /etc/udev/rules.d/10-blackberry.rules, so I had to run btool as root.

I only change the charge if (dev->descriptor.bcdDevice >= 0x0100). You
can do this check in the udev rules, or btool itself. I needed this for
the 6200, and 7100's, I think. 6200 for sure, I don't have a 7100 around
right now.

> 
> This might work for you as a temporary workaround.
> 
> - Chris
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel

------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to