]> git.baikalelectronics.ru Git - kernel.git/commit
can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters
authorMax Staudt <max@enpas.org>
Sat, 18 Jun 2022 19:50:31 +0000 (21:50 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 27 Jun 2022 15:00:04 +0000 (17:00 +0200)
commit02f12092664c23915b1098f5b15049415f98073b
tree322df78d0268ddbb6d3bcc3a3f60f687de099cec
parentfad0906c85ea28fbd1931aca8105addc052bcaad
can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters

This is the can327 driver. It does a surprisingly good job at turning
ELM327 based OBD-II interfaces into cheap CAN interfaces for simple
homebrew projects.

Please see the included documentation for details and limitations:
Documentation/networking/device_drivers/can/can327.rst

Link: https://lore.kernel.org/all/20220618195031.10975-1-max@enpas.org
Signed-off-by: Max Staudt <max@enpas.org>
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
[mkl: minor coding style improvements]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Documentation/networking/device_drivers/can/can327.rst [new file with mode: 0644]
Documentation/networking/device_drivers/can/index.rst
MAINTAINERS
drivers/net/can/Kconfig
drivers/net/can/Makefile
drivers/net/can/can327.c [new file with mode: 0644]