diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 04:54:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 04:54:54 +0200 |
| commit | 77e79ca08e54764a84a6f0dfa83bcfc9a7494d08 (patch) | |
| tree | 746fcb97b690e88bf60a4cfb98e876d9f8d2dbd1 /executor/syscalls.h | |
| parent | 36d87ddbf8693dafac3c0952094063326817a9a0 (diff) | |
sys/linux: add userio descriptions
Update #533
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 47c7b1af8..a081fb3b8 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -2969,6 +2969,9 @@ const call_t syscalls[] = { {"write$UHID_INPUT", 4}, {"write$UHID_INPUT2", 4}, {"write$UHID_SET_REPORT_REPLY", 4}, + {"write$USERIO_CMD_REGISTER", 4}, + {"write$USERIO_CMD_SEND_INTERRUPT", 4}, + {"write$USERIO_CMD_SET_PORT_TYPE", 4}, {"write$binfmt_aout", 4}, {"write$binfmt_elf32", 4}, {"write$binfmt_elf64", 4}, @@ -5146,6 +5149,9 @@ const call_t syscalls[] = { {"write$UHID_INPUT", 1}, {"write$UHID_INPUT2", 1}, {"write$UHID_SET_REPORT_REPLY", 1}, + {"write$USERIO_CMD_REGISTER", 1}, + {"write$USERIO_CMD_SEND_INTERRUPT", 1}, + {"write$USERIO_CMD_SET_PORT_TYPE", 1}, {"write$binfmt_aout", 1}, {"write$binfmt_elf32", 1}, {"write$binfmt_elf64", 1}, @@ -7279,6 +7285,9 @@ const call_t syscalls[] = { {"write$UHID_INPUT", 4}, {"write$UHID_INPUT2", 4}, {"write$UHID_SET_REPORT_REPLY", 4}, + {"write$USERIO_CMD_REGISTER", 4}, + {"write$USERIO_CMD_SEND_INTERRUPT", 4}, + {"write$USERIO_CMD_SET_PORT_TYPE", 4}, {"write$binfmt_aout", 4}, {"write$binfmt_elf32", 4}, {"write$binfmt_elf64", 4}, @@ -9384,6 +9393,9 @@ const call_t syscalls[] = { {"write$UHID_INPUT", 64}, {"write$UHID_INPUT2", 64}, {"write$UHID_SET_REPORT_REPLY", 64}, + {"write$USERIO_CMD_REGISTER", 64}, + {"write$USERIO_CMD_SEND_INTERRUPT", 64}, + {"write$USERIO_CMD_SET_PORT_TYPE", 64}, {"write$binfmt_aout", 64}, {"write$binfmt_elf32", 64}, {"write$binfmt_elf64", 64}, @@ -11379,6 +11391,9 @@ const call_t syscalls[] = { {"write$UHID_INPUT", 4}, {"write$UHID_INPUT2", 4}, {"write$UHID_SET_REPORT_REPLY", 4}, + {"write$USERIO_CMD_REGISTER", 4}, + {"write$USERIO_CMD_SEND_INTERRUPT", 4}, + {"write$USERIO_CMD_SET_PORT_TYPE", 4}, {"write$binfmt_aout", 4}, {"write$binfmt_elf32", 4}, {"write$binfmt_elf64", 4}, |
