Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-23 Thread Juergen Stuber
Greg KH <[EMAIL PROTECTED]> writes: > > On Sun, Oct 21, 2001 at 09:38:05PM +0200, Juergen Stuber wrote: > > > > I looked at that as the first option, but that would need a > > modification of the serial driver framework to be able to use > > interrupt endpoints instead of bulk endpoints, or am I

Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-21 Thread Greg KH
On Sun, Oct 21, 2001 at 09:38:05PM +0200, Juergen Stuber wrote: > > I looked at that as the first option, but that would need a > modification of the serial driver framework to be able to use > interrupt endpoints instead of bulk endpoints, or am I missing > something? Would you do that modifica

Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-21 Thread Juergen Stuber
Greg KH wrote: > On Sat, Oct 20, 2001 at 08:48:58AM +0200, Juergen Stuber wrote: > > No, but from a captured log under W98 I figured that it basically > > sends/receives the data as is on the IR Port, but only once. > > I see urbs with exactly the data that should be sent/received according > > to

Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-20 Thread Greg KH
On Sat, Oct 20, 2001 at 08:48:58AM +0200, Juergen Stuber wrote: > No, but from a captured log under W98 I figured that it basically > sends/receives the data as is on the IR Port, but only once. > I see urbs with exactly the data that should be sent/received according > to the protocol for the Min

Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-19 Thread Juergen Stuber
Greg KH wrote: > On Fri, Oct 19, 2001 at 08:51:13PM +0200, Juergen Stuber wrote: > > Hi, > > > > since there is no way to do interrupt transfers from user space > > I wrote a kernel driver for the LEGO USB Tower last weekend and > > am now trying to debug it, currently with mixed success. > > Loa

Re: [linux-usb-devel] [PATCH] first attempt at LEGO USB Tower kernel driver

2001-10-19 Thread Greg KH
On Fri, Oct 19, 2001 at 08:51:13PM +0200, Juergen Stuber wrote: > Hi, > > since there is no way to do interrupt transfers from user space > I wrote a kernel driver for the LEGO USB Tower last weekend and > am now trying to debug it, currently with mixed success. > Loading/unloading, probing, and