[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240817093258.9220-1-rwz@xhero.org>
Date: Sat, 17 Aug 2024 11:32:58 +0200
From: Rodolfo Zitellini <rwz@...ro.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Jonathan Corbet <corbet@....net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>
Cc: netdev@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>,
Doug Brown <doug@...morgal.com>,
Rodolfo Zitellini <rwz@...ro.org>
Subject: [PATCH net-next 1/2] tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial driver
This is the patch for the line discipline
Signed-off-by: Rodolfo Zitellini <rwz@...ro.org>
---
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 */
--
2.34.1
Powered by blists - more mailing lists