Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-19 Thread David Kubicek
> Please send me a patch for 2.6.13. > Hello Oliver, thank you very much for your hints and reviewing. I always welcome when I can learn something new, tricks, etc. I'm leaving to Britain for six days now, but when I'm back I will send you a patch for the latest 2.6 kernel available - if that's c

Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-19 Thread Oliver Neukum
Am Donnerstag, 16. Juni 2005 20:27 schrieb David Kubicek: > Hello, > > thank you for reviewing my changes to this driver! I was hoping for > somebody with better USB/kernel programming experience to do that. I'm > a complete newbie in kernel programming - this update took four days to > complete

Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-16 Thread David Brownell
On Thursday 16 June 2005 11:17 am, David Kubicek wrote: > buffer and the work of the driver continues. (urb->status) usually > happens when a transfer is in progress and USB cable is plugged out. > Does it really implicate actual_length==0 or not? If not, are the > data in the buffer correct or bo

Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-16 Thread David Kubicek
Hello, thank you for reviewing my changes to this driver! I was hoping for somebody with better USB/kernel programming experience to do that. I'm a complete newbie in kernel programming - this update took four days to complete (including studying of kernel/USB internals:) and I sure didn't expec

Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-16 Thread David Kubicek
Hello, thank you for reviewing my changes to this driver! I was hoping for somebody with better USB/kernel programming experience to do that. I'm a complete newbie in kernel programming - this update took four days to complete (including studying of kernel/USB internals:) and I sure didn't expec

Re: [linux-usb-devel] Re: usbserial driver throughput low

2005-06-16 Thread Oliver Neukum
Am Donnerstag, 16. Juni 2005 13:01 schrieb Petr Pisar: > Simon Wu napsal(a): > > Hello, > > > > I have a wireless mobile/modem device that uses usbserial driver on > > linux. The vendor only provide custom driver for windows. The > > usbserial driver works work when the throughput is about 384k.