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
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
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
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
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
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