提交 13aa0a12 编写于 作者: N Nicolas Pitre 提交者: Greg Kroah-Hartman

vt: add /dev/vcsu* to devices.txt

Also mention that the traditional devices provide glyph values whereas
/dev/vcsu* is unicode based.
Suggested-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NNicolas Pitre <nico@linaro.org>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0224080f
...@@ -173,14 +173,18 @@ ...@@ -173,14 +173,18 @@
they are redirected through the parport multiplex layer. they are redirected through the parport multiplex layer.
7 char Virtual console capture devices 7 char Virtual console capture devices
0 = /dev/vcs Current vc text contents 0 = /dev/vcs Current vc text (glyph) contents
1 = /dev/vcs1 tty1 text contents 1 = /dev/vcs1 tty1 text (glyph) contents
... ...
63 = /dev/vcs63 tty63 text contents 63 = /dev/vcs63 tty63 text (glyph) contents
128 = /dev/vcsa Current vc text/attribute contents 64 = /dev/vcsu Current vc text (unicode) contents
129 = /dev/vcsa1 tty1 text/attribute contents 65 = /dev/vcsu1 tty1 text (unicode) contents
... ...
191 = /dev/vcsa63 tty63 text/attribute contents 127 = /dev/vcsu63 tty63 text (unicode) contents
128 = /dev/vcsa Current vc text/attribute (glyph) contents
129 = /dev/vcsa1 tty1 text/attribute (glyph) contents
...
191 = /dev/vcsa63 tty63 text/attribute (glyph) contents
NOTE: These devices permit both read and write access. NOTE: These devices permit both read and write access.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册