[speedtouch] Re: The size of the send buffer

2003-01-31 Thread Duncan Sands
> > PS: I guess in practice pppd never sends very big packets, > > so probably the actual size of the usb buffer sent to 0x07 > > never exceeds about 3k. > > It's even worse. pppd+pppoa3 are sending single atm cells most of the > time or when real payload is a bit longer it sends 2 cells because o

[speedtouch] OpenBSD 3.2 disconnection issues

2003-01-31 Thread parksie ;-)
Occasionally, the connection to BTopenworld dies through my Speedtouch, and needs to be reset. Under GNU/Linux, it was possible to totally restart the modem. Is there any way to simulate the disconnection and reconnection of the USB device through code? I'm 90 minutes' drive away so it can be a b

[speedtouch] Re: [PATCH] Make modem_run usable with the kernel driver

2003-01-31 Thread Duncan Sands
On Friday 31 January 2003 19:23, Edouard Gomez wrote: > Duncan Sands ([EMAIL PROTECTED]) wrote: > > Please apply so we can all be free! > > It will be merged tonight. I am free, I am free! Duncan. Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]?su

[speedtouch] Re: [PATCH] Make modem_run usable with the kernel driver

2003-01-31 Thread Edouard Gomez
Duncan Sands ([EMAIL PROTECTED]) wrote: > Please apply so we can all be free! It will be merged tonight. -- Edouard Gomez -- Attached file included as plaintext by Listar -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+Or8VR5dTYz5sWMcRAmprAJ9DTY5UxIE+CgCjU0fCmxr64

[speedtouch] Re: The size of the send buffer

2003-01-31 Thread Edouard Gomez
Duncan Sands ([EMAIL PROTECTED]) wrote: > Hi, I have a technical question: when reading from the > bulk (0x87) endpoint, the buffer size is 64*53, i.e. 64 ATM > cells. Does anyone know why this size limitation exists? I entered the project after the pusb lib was ready, so i don't know precisely

[speedtouch] The size of the send buffer

2003-01-31 Thread Duncan Sands
Hi, I have a technical question: when reading from the bulk (0x87) endpoint, the buffer size is 64*53, i.e. 64 ATM cells. Does anyone know why this size limitation exists? After all, there doesn't seem to be a size limitation on the buffer size when writing to the bulk (0x07) endpoint. I am inte

[speedtouch] Re: [PATCH] Make modem_run usable with the kernel driver

2003-01-31 Thread Duncan Sands
On Friday 31 January 2003 12:25, Paul Bridger wrote: > Is there a patch suitable for FreeBSD? I've heard that a kernel mode driver exists for BSD, but I don't know anything about it, sorry. In the patch I submitted, the call (pusb_ioctl) used to signal the kernel driver does nothing on BSD syste

[speedtouch] Re: [PATCH] Make modem_run usable with the kernel driver

2003-01-31 Thread Paul Bridger
Is there a patch suitable for FreeBSD? Regards, Paul Bridger -Original Message- From: Duncan Sands [mailto:[EMAIL PROTECTED]] Sent: 31 January 2003 11:18 To: [EMAIL PROTECTED] Subject: [speedtouch] [PATCH] Make modem_run usable with the kernel driver This patch adds a new option "-k

[speedtouch] [PATCH] Make modem_run usable with the kernel driver

2003-01-31 Thread Duncan Sands
This patch adds a new option "-k" to modem_run. When used with this option, modem_run will signal the kernel mode driver (if loaded) when the modem's line state changes. This eliminates the need for Alcatel's closed source speedmgmt program. Please apply so we can all be free! Thanks, Duncan.