← Prev in month ← Prev in thread

[PATCH] content: reserve device ID 36 for CAN device

From
Peter Hilber <>
Date
2021-01-13T17:01:04+00:00
ID
Thread
[PATCH] content: reserve device ID 36 for CAN device
The CAN device sends and receives CAN (Controller Area Network)
messages. CAN is a communication protocol used in embedded systems.

Signed-off-by: Peter Hilber <>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 620c0e2..e94469c 100644
--- a/content.tex
+++ b/content.tex
@@ -2846,6 +2846,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 35         &   Watchdog \\
 \hline
+36         &   CAN device \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,
-- 
2.25.1
← Prev in month ← Prev in thread