Re: [PATCH 3/6] IrDA: IrLAP raw mode

2007-03-16 Thread Samuel Ortiz
Hi Ingo, On Fri, Mar 16, 2007 at 11:02:04AM +0100, Ingo Oeser wrote: > > --- /dev/null > > +++ b/include/net/irda/irlap_raw.h > > @@ -0,0 +1,27 @@ > > +/* > > + * Copyright (C) 2007 Samuel Ortiz ([EMAIL PROTECTED]) > > + * > > + * This program is free software; you can redistribute it and/or > > +

Re: [PATCH 3/6] IrDA: IrLAP raw mode

2007-03-16 Thread Ingo Oeser
Hi Samuel, Samuel Ortiz wrote: > This patch allows us to bypass the IrDA stack down to the IrLAP level. > Sending and receiving frames is done through a character device. > This is useful for e.g. doing real IrDA sniffing, testing external IrDA > stacks and for Lirc (once I will add the framing di

[PATCH 3/6] IrDA: IrLAP raw mode

2007-03-14 Thread Samuel Ortiz
This patch allows us to bypass the IrDA stack down to the IrLAP level. Sending and receiving frames is done through a character device. This is useful for e.g. doing real IrDA sniffing, testing external IrDA stacks and for Lirc (once I will add the framing disabling switch). Signed-off-by: Samuel