Re: [Barry-devel] Blackberry Pearl (8100) and bcharge problems

2007-05-18 Thread Chris Frey
On Fri, May 18, 2007 at 03:11:10PM -0400, Chris Frey wrote: > People report on the Ubuntu forums that it worked fine in edgy, > stopped working in fiesty, and then starts working (sometimes > only occasionally) in gutsy. That's "feisty" of course... better spell it correctly so the search engines

Re: [Barry-devel] Blackberry Pearl (8100) and bcharge problems

2007-05-18 Thread Chris Frey
On Fri, May 18, 2007 at 08:55:17AM -0600, John Anderson wrote: > and for the uname -a > > Linux Inspidell 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 > GNU/Linux This seems to be a common item in this bug report. I saw this happen on a non-Pearl device, in person today, and it was

Re: [Barry-devel] [patch] berry_charge.c updated with Blackberry Pearl support, and other bugfixes

2007-05-18 Thread Alan Stern
On Fri, 18 May 2007, Chris Frey wrote: > > Apparently you don't understand how usb_driver_set_configuration() > > works. It doesn't set the configuration immediately; in fact the > > Set-Config doesn't happen until after your driver returns. > > Thank you for the explanation. If I understand

Re: [Barry-devel] [linux-usb-devel] [patch] berry_charge.c updated with Blackberry Pearl support, and other bugfixes

2007-05-18 Thread Alan Stern
On Thu, 17 May 2007, Chris Frey wrote: > Hi, > > Below is a patch with the following changes to the berry_charge.c module: > > 1) kzalloc() is called, but memory is never freed > > Is this a memory leak? I'm not sure, but the buffer is only > a dummy buffer to hold return data that

[Barry-devel] patches to add Tasks and Memos

2007-05-18 Thread Brian Edginton
Here are three patches to add Tasks and Memos database records. Obviously there is a lot of code duplicated from Calendar in Tasks to handle the recurrent data fields. It probably isn't used in any other databases so we could live with it, but I would propose making an class to handle the parsi

Re: [Barry-devel] [patch] berry_charge.c updated with Blackberry Pearl support, and other bugfixes

2007-05-18 Thread Chris Frey
On Fri, May 18, 2007 at 10:20:51AM -0400, Alan Stern wrote: > > 1) kzalloc() is called, but memory is never freed > > > > Is this a memory leak? I'm not sure, but the buffer is only > > a dummy buffer to hold return data that is never used, > > so I suspect a stack variable will suffi

Re: [Barry-devel] Blackberry Pearl (8100) and bcharge problems

2007-05-18 Thread John Anderson
On 5/18/07, John Anderson <[EMAIL PROTECTED]> wrote: On 5/17/07, Chris Frey <[EMAIL PROTECTED]> wrote: > > On Thu, May 17, 2007 at 12:56:00PM -0600, John Anderson wrote: > > It doesn't charge and I was mistaken when I said btool finds it, btool > > crashes with Usb:Error caught: Timeout in usb_b

Re: [Barry-devel] Blackberry Pearl (8100) and bcharge problems

2007-05-18 Thread John Anderson
On 5/17/07, Chris Frey <[EMAIL PROTECTED]> wrote: On Thu, May 17, 2007 at 12:56:00PM -0600, John Anderson wrote: > It doesn't charge and I was mistaken when I said btool finds it, btool > crashes with Usb:Error caught: Timeout in usb_bulk_reader I just got another report today of similar behavi