]> git.baikalelectronics.ru Git - kernel.git/commit
can: add slcan driver for serial/USB-serial CAN adapters
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 2 Dec 2010 10:57:59 +0000 (10:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Dec 2010 17:03:32 +0000 (09:03 -0800)
commit8df5b711a4511acbbcc4f12a5f0799a663d5d08f
tree8a121841aa13d7e873fa761623a79a96016aa142
parenteecc807f11b81156dc8d48090f10803865505d90
can: add slcan driver for serial/USB-serial CAN adapters

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 <socketcan@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/Kconfig
drivers/net/can/Makefile
drivers/net/can/slcan.c [new file with mode: 0644]