Re: [Xenomai-core] new features for 16550A driver

2007-09-27 Thread Guillaume Gaudonville
2007/9/26, Jan Kiszka <[EMAIL PROTECTED]>: > > Guillaume Gaudonville wrote: > > I've attached the patch drafts. It works fine for me. it prepare the > work to > > implement the other iflag values as describe in man tcsetattr. > > > > ... > > > > > Index: ksrc/drivers/serial/16550A.c > > ===

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Jan Kiszka
Guillaume Gaudonville wrote: > I've attached the patch drafts. It works fine for me. it prepare the work to > implement the other iflag values as describe in man tcsetattr. > ... > > Index: ksrc/drivers/serial/16550A.c > === > ---

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
I've attached the patch drafts. It works fine for me. it prepare the work to implement the other iflag values as describe in man tcsetattr. 2007/9/26, Guillaume Gaudonville <[EMAIL PROTECTED]>: > > > > 2007/9/26, Jan Kiszka <[EMAIL PROTECTED]>: > > > > Guillaume Gaudonville wrote: > > > Hello, > >

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
2007/9/26, Jan Kiszka <[EMAIL PROTECTED]>: > > Guillaume Gaudonville wrote: > > Hello, > > > > I'm working on a project which aims at porting an application > > running under VxWorks to Linux. This application uses the serial > > port. > > > > I would like to add an ioctl or a field in the config s

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Jan Kiszka
Guillaume Gaudonville wrote: > Hello, > > I'm working on a project which aims at porting an application > running under VxWorks to Linux. This application uses the serial > port. > > I would like to add an ioctl or a field in the config structure > to permit to strip or not the parity bit of each

[Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
Hello, I'm working on a project which aims at porting an application running under VxWorks to Linux. This application uses the serial port. I would like to add an ioctl or a field in the config structure to permit to strip or not the parity bit of each byte on reception. This feature is implement