From e57cb794f5d5776bdb76a8f15ff8d04a5499f684 Mon Sep 17 00:00:00 2001 From: Nick Chan Date: Wed, 11 Sep 2024 23:01:36 +0800 Subject: [PATCH] Add 'television' chassis type The 'television' chassis type includes Smart TVs and set-top boxes, or any remote-controlled displays in general. Signed-off-by: Nick Chan --- source/chapter3-devicenodes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/chapter3-devicenodes.rst b/source/chapter3-devicenodes.rst index 5610a78..948481d 100644 --- a/source/chapter3-devicenodes.rst +++ b/source/chapter3-devicenodes.rst @@ -63,6 +63,7 @@ are descendants. The full path to the root node is ``/``. * ``"handset"`` * ``"watch"`` * ``"embedded"`` + * ``"television"`` Usage legend: R=Required, O=Optional, OR=Optional but Recommended, SD=See Definition ===========================================================================================