We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064882f commit 5b51745Copy full SHA for 5b51745
include/uapi/linux/tty.h
@@ -39,8 +39,10 @@
39
#define N_MCTP 28 /* MCTP-over-serial */
40
#define N_DEVELOPMENT 29 /* Manual out-of-tree testing */
41
#define N_CAN327 30 /* ELM327 based OBD-II interfaces */
42
+#define N_LEGOEV3 31 /* LEGO MINDSTORMS EV3 UART Sensor */
43
+#define N_D_UART 32 /* LMS2012 UART */
44
45
/* Always the newest line discipline + 1 */
-#define NR_LDISCS 31
46
+#define NR_LDISCS 33
47
48
#endif /* _UAPI_LINUX_TTY_H */
0 commit comments