Re: [PATCH net-next 1/2] tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial driver

From: Jiri Slaby
Date: Mon Aug 19 2024 - 01:16:52 EST


Where is 2/2?

It cannot be seen:
https://lore.kernel.org/all/20240817093258.9220-1-rwz@xxxxxxxxx/#r

On 17. 08. 24, 11:32, Rodolfo Zitellini wrote:
This is the patch for the line discipline

Signed-off-by: Rodolfo Zitellini <rwz@xxxxxxxxx>

---
include/uapi/linux/tty.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h
index 68aeae2addec..bac4c0af67e6 100644
--- a/include/uapi/linux/tty.h
+++ b/include/uapi/linux/tty.h
@@ -39,8 +39,9 @@
#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 */
+#define N_TASHTALK 31 /* TashTalk LocalTalk driver */
/* Always the newest line discipline + 1 */
-#define NR_LDISCS 31
+#define NR_LDISCS 32
#endif /* _UAPI_LINUX_TTY_H */

--
js