Re: Device IDs for HP hs2300 HSDPA modem

2008-12-04 Thread Michael
Hans Petter Selasky wrote: On Wednesday 03 December 2008, Michael wrote: Hans Petter Selasky wrote: On Tuesday 02 December 2008, Michael wrote: 3. I tried using a current checkout of usb2 (and added all the device IDs necessary), but serial_3g is missing (and therefore

Re: Device IDs for HP hs2300 HSDPA modem

2008-12-04 Thread Hans Petter Selasky
On Thursday 04 December 2008, Michael wrote: Hans Petter Selasky wrote: On Wednesday 03 December 2008, Michael wrote: Hans Petter Selasky wrote: On Tuesday 02 December 2008, Michael wrote: 3. I tried using a current checkout of usb2 (and added all the device IDs necessary), but

Re: Asynchronous bulk transfers in usb2 ?

2008-12-04 Thread Hans Petter Selasky
On Wednesday 03 December 2008, Thierry Herbelot wrote: Hello, I've been looking at the usb2 code, and from what I've understood, only synchronous transfers are possible : a read (for exemple) is only scheduled when the userland program calls usb_bulk_read(). Furthermore, only fixed size

Re: ucom serial bug?

2008-12-04 Thread Mike Tancsa
At 02:33 PM 12/3/2008, Gabor wrote: everything works fine. When we try to use a USB to serial converter(type doesn't matter, UFTDI or Prolific) we run into problems. The first time we start up our side, everything works. The second time we don't get carrier(DCD). The other side is always

Re: ucom serial bug?

2008-12-04 Thread Hans Petter Selasky
On Thursday 04 December 2008, Mike Tancsa wrote: At 02:33 PM 12/3/2008, Gabor wrote: everything works fine. When we try to use a USB to serial converter(type doesn't matter, UFTDI or Prolific) we run into problems. The first time we start up our side, everything works. The second time we

Re: ucom serial bug?

2008-12-04 Thread Gabor
Hi, thanks for looking at this issue. Are you guys saying that this was not meant to work? As in I shouldn't expect to see carrier? On 12/4/08 1:15 PM, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Hans Petter Selasky [EMAIL PROTECTED] writes: : On Thursday 04 December

Re: ucom serial bug?

2008-12-04 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Gabor [EMAIL PROTECTED] writes: : Hi, : : thanks for looking at this issue. Are you guys saying that this was not meant to work? As in I shouldn't expect to see carrier? Ian Lepore sent me this patch a little while ago. I've not had time to look into

Re: ucom serial bug?

2008-12-04 Thread Hans Petter Selasky
On Thursday 04 December 2008, M. Warner Losh wrote: Ian Lepore Here is the patch for USB2: http://perforce.freebsd.org/chv.cgi?CH=154057 --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To

Re: ucom serial bug?

2008-12-04 Thread Hans Petter Selasky
On Thursday 04 December 2008, Gabor wrote: Some more twists to this. As I said if I kill off our program and restart it, it never sees carrier unless the module was reloaded. However, if I unplug the serial cable from the Windows box and re-plug it, carrier goes and comes back as expected but

Re: ucom serial bug?

2008-12-04 Thread Mike Tancsa
At 05:20 PM 12/4/2008, Hans Petter Selasky wrote: On Thursday 04 December 2008, Gabor wrote: Some more twists to this. As I said if I kill off our program and restart it, it never sees carrier unless the module was reloaded. However, if I unplug the serial cable from the Windows box and