From 77e79ca08e54764a84a6f0dfa83bcfc9a7494d08 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 26 Aug 2018 04:54:54 +0200 Subject: sys/linux: add userio descriptions Update #533 --- executor/syscalls.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment