projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fcae3c
)
tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
author
Max Staudt
<max@enpas.org>
Sat, 18 Jun 2022 18:01:34 +0000
(20:01 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 27 Jun 2022 14:25:41 +0000
(16:25 +0200)
The actual driver will be added via the CAN tree.
Link:
https://lore.kernel.org/all/20220618180134.9890-1-max@enpas.org
Link:
https://lore.kernel.org/all/Yrm9Ezlw1dLmIxyS@kroah.com
Signed-off-by: Max Staudt <max@enpas.org>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/uapi/linux/tty.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/tty.h
b/include/uapi/linux/tty.h
index
9d0f06b
..
68aeae2
100644
(file)
--- a/
include/uapi/linux/tty.h
+++ b/
include/uapi/linux/tty.h
@@
-38,8
+38,9
@@
#define N_NULL 27 /* Null ldisc used for error handling */
#define N_MCTP 28 /* MCTP-over-serial */
#define N_DEVELOPMENT 29 /* Manual out-of-tree testing */
+#define N_CAN327 30 /* ELM327 based OBD-II interfaces */
/* Always the newest line discipline + 1 */
-#define NR_LDISCS 3
0
+#define NR_LDISCS 3
1
#endif /* _UAPI_LINUX_TTY_H */