Re: [PATCH] serial: don't announce CIR serial ports

2015-08-05 Thread Maciej S. Szmigiero
On 05.08.2015 04:03, Peter Hurley wrote: > On 08/04/2015 07:25 PM, Maciej S. Szmigiero wrote: >> Hi Peter, >> >> Thanks for looking into it. >> >> On 04.08.2015 03:46, Peter Hurley wrote: >>> Hi Maciej, >>> >>> On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: CIR type serial ports aren't

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-05 Thread Maciej S. Szmigiero
On 05.08.2015 04:03, Peter Hurley wrote: On 08/04/2015 07:25 PM, Maciej S. Szmigiero wrote: Hi Peter, Thanks for looking into it. On 04.08.2015 03:46, Peter Hurley wrote: Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-04 Thread Peter Hurley
On 08/04/2015 07:25 PM, Maciej S. Szmigiero wrote: > Hi Peter, > > Thanks for looking into it. > > On 04.08.2015 03:46, Peter Hurley wrote: >> Hi Maciej, >> >> On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: >>> CIR type serial ports aren't real serial ports. >>> This is just a way to prevent

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-04 Thread Maciej S. Szmigiero
Hi Peter, Thanks for looking into it. On 04.08.2015 03:46, Peter Hurley wrote: > Hi Maciej, > > On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: >> CIR type serial ports aren't real serial ports. >> This is just a way to prevent legacy serial driver >> from probing and eventually binding some

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-04 Thread Maciej S. Szmigiero
Hi Peter, Thanks for looking into it. On 04.08.2015 03:46, Peter Hurley wrote: Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-04 Thread Peter Hurley
On 08/04/2015 07:25 PM, Maciej S. Szmigiero wrote: Hi Peter, Thanks for looking into it. On 04.08.2015 03:46, Peter Hurley wrote: Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Peter Hurley
Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: > CIR type serial ports aren't real serial ports. > This is just a way to prevent legacy serial driver > from probing and eventually binding some resources > so don't announce them like normal serial ports. I'd like to keep some form

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Maciej S. Szmigiero
On 04.08.2015 01:40, Greg Kroah-Hartman wrote: > On Sun, Aug 02, 2015 at 11:09:57PM +0200, Maciej S. Szmigiero wrote: >> CIR type serial ports aren't real serial ports. >> This is just a way to prevent legacy serial driver >> from probing and eventually binding some resources >> so don't announce

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Greg Kroah-Hartman
On Sun, Aug 02, 2015 at 11:09:57PM +0200, Maciej S. Szmigiero wrote: > CIR type serial ports aren't real serial ports. > This is just a way to prevent legacy serial driver > from probing and eventually binding some resources > so don't announce them like normal serial ports. > > Signed-off-by:

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Greg Kroah-Hartman
On Sun, Aug 02, 2015 at 11:09:57PM +0200, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some resources so don't announce them like normal serial ports. Signed-off-by: Maciej

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Peter Hurley
Hi Maciej, On 08/02/2015 05:09 PM, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some resources so don't announce them like normal serial ports. I'd like to keep some form of

Re: [PATCH] serial: don't announce CIR serial ports

2015-08-03 Thread Maciej S. Szmigiero
On 04.08.2015 01:40, Greg Kroah-Hartman wrote: On Sun, Aug 02, 2015 at 11:09:57PM +0200, Maciej S. Szmigiero wrote: CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some resources so don't announce them like

[PATCH] serial: don't announce CIR serial ports

2015-08-02 Thread Maciej S. Szmigiero
CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some resources so don't announce them like normal serial ports. Signed-off-by: Maciej Szmigiero --- drivers/tty/serial/serial_core.c |2 +- 1 files changed,

[PATCH] serial: don't announce CIR serial ports

2015-08-02 Thread Maciej S. Szmigiero
CIR type serial ports aren't real serial ports. This is just a way to prevent legacy serial driver from probing and eventually binding some resources so don't announce them like normal serial ports. Signed-off-by: Maciej Szmigiero m...@maciej.szmigiero.name --- drivers/tty/serial/serial_core.c |