From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6 v2] can: add slcan driver for serial/USB-serial CAN adapters Date: Wed, 08 Dec 2010 09:04:07 -0800 (PST) Message-ID: <20101208.090407.59665347.davem@davemloft.net> References: <4CF80857.1000903@hartkopp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: socketcan-core-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org To: socketcan-fJ+pQTUTwRTk1uMJSBkQmQ@public.gmane.org Return-path: In-Reply-To: <4CF80857.1000903-fJ+pQTUTwRTk1uMJSBkQmQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org Errors-To: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org List-Id: netdev.vger.kernel.org From: Oliver Hartkopp Date: Thu, 02 Dec 2010 21:57:59 +0100 > This patch adds support for serial/USB-serial CAN adapters implementing the > LAWICEL ASCII protocol for CAN frame transport over serial lines. > > The driver implements the SLCAN line discipline and is heavily based on the > slip.c driver. Therefore the code style remains similar to slip.c to be able > to apply changes of the SLIP driver to the SLCAN driver easily. > > For more details see the slcan Kconfig entry. > > Signed-off-by: Oliver Hartkopp Applied, thanks.