Andrew Sutton wrote:
> 
> Dag Brattli wrote:
> >
> > Hi,
> >
> > I was actually strugling with irda_poll() last night, when writing a
> > fully asynchronous application (everything non-blocking). But I
> > haven't found any bugs for "read" selects. This works without
> > problems for me. It will only give read events when there is data to
> > be received. But wait a minute, it will actually give a read event
> > when the connection is established. This is probably wrong. It should
> > give a write event when the connection is established. It's probably
> > correct for incoming connections tho'. This will give you a read
> > event every time a connection have been established. It this the
> > problem? After that you should only get read events when there is
> > actually data to be read. That part must be correct since many
> > working applications would not work if this wasn't true.
> >

...

i forgot to ask... when will changes from this and other issues be
merged back into the kernel or available for a patch? if it's a patch
where can i get it?

thanks,

----------------
Andrew Sutton
[EMAIL PROTECTED]
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to