From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Subject: Re: [PATCH] Add the ability to layer another driver over the serial driver Date: Mon, 11 Dec 2006 19:15:43 +0000 Message-ID: <20061211191543.32ce2da8@localhost.localdomain> References: <4533B8FB.5080108@mvista.com> <20061210201438.tilman@imap.cc> <457CB32A.2060804@mvista.com> <20061211102016.43e76da2@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Guennadi Liakhovetski Cc: Corey Minyard , Tilman Schmidt , linux-serial@vger.kernel.org, Linux Kernel , Hansjoerg Lipp , Russell Doty List-Id: linux-serial@vger.kernel.org > there as "protocols" for user-tty interfaces, i.e., you need a user, that > opens a tty, sets a line discipline to it, and does io (read/write) over > it, and NOT to be completely initialised and driven from the kernel. Take a look at the SLIP driver. User space sets up the port but all the actual I/O is to/from the kernel not via user space.