diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
| commit | f4e7270e33225b8f25b74ab9072e9b670f2f82ae (patch) | |
| tree | 4ec41320f9edaf44078f3046cfbcd9cf68dd8b91 /sys/linux/dev_ptmx_arm64.const | |
| parent | 2e95ab335759ed7e1c246c2057c84d813a2c29e1 (diff) | |
sys/linux: extend DRM ioctl descriptions
+ disable binderfs (see comments)
+ add few more missing tty ioctls
+ improve few minor things in hci descriptions
Diffstat (limited to 'sys/linux/dev_ptmx_arm64.const')
| -rw-r--r-- | sys/linux/dev_ptmx_arm64.const | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/dev_ptmx_arm64.const b/sys/linux/dev_ptmx_arm64.const index 90f12f847..9f1a28b11 100644 --- a/sys/linux/dev_ptmx_arm64.const +++ b/sys/linux/dev_ptmx_arm64.const @@ -62,7 +62,11 @@ TCGETS = 21505 TCGETS2 = 2150388778 TCGETX = 21554 TCIFLUSH = 0 +TCIOFF = 2 TCIOFLUSH = 2 +TCION = 3 +TCOOFF = 0 +TCOON = 1 TCSBRK = 21513 TCSBRKP = 21541 TCSETA = 21510 @@ -71,7 +75,9 @@ TCSETAW = 21511 TCSETS = 21506 TCSETS2 = 1076646955 TCSETSF = 21508 +TCSETSF2 = 1076646957 TCSETSW = 21507 +TCSETSW2 = 1076646956 TCSETX = 21555 TCSETXF = 21556 TCSETXW = 21557 @@ -80,10 +86,13 @@ TIOCCBRK = 21544 TIOCCONS = 21533 TIOCEXCL = 21516 TIOCGDEV = 2147767346 +# TIOCGETC is not set TIOCGETD = 21540 +# TIOCGETP is not set TIOCGICOUNT = 21597 TIOCGISO7816 = 2150126658 TIOCGLCKTRMIOS = 21590 +# TIOCGLTC is not set TIOCGPGRP = 21519 TIOCGPKT = 2147767352 TIOCGPTLCK = 2147767353 @@ -123,10 +132,13 @@ TIOCPKT = 21536 TIOCSBRK = 21543 TIOCSCTTY = 21518 TIOCSERGETLSR = 21593 +# TIOCSETC is not set TIOCSETD = 21539 +# TIOCSETP is not set TIOCSIG = 1074025526 TIOCSISO7816 = 3223868483 TIOCSLCKTRMIOS = 21591 +# TIOCSLTC is not set TIOCSPGRP = 21520 TIOCSPTLCK = 1074025521 TIOCSRS485 = 21551 |
