diff options
| author | Yu Hao <yhao016@ucr.edu> | 2022-09-26 11:35:05 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-28 16:31:28 +0200 |
| commit | b485720cba89f4f8a0e542a8c350a21b981d1af9 (patch) | |
| tree | 69f88ac8f7af5616605e38949927ffa19eaa68cd /sys/linux/dev_bus_usb.txt.const | |
| parent | 8bcc326376d1f528a2fb2869c95f32849a50840e (diff) | |
sys/linux: fix errors
Diffstat (limited to 'sys/linux/dev_bus_usb.txt.const')
| -rw-r--r-- | sys/linux/dev_bus_usb.txt.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/dev_bus_usb.txt.const b/sys/linux/dev_bus_usb.txt.const index bed6dedec..2d321a46e 100644 --- a/sys/linux/dev_bus_usb.txt.const +++ b/sys/linux/dev_bus_usb.txt.const @@ -1,6 +1,8 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x MAXDRIVERNAME = 256 +USBDEVFS_ALLOC_STREAMS = 2148029724, mips64le:ppc64le:1074287900 +USBDEVFS_ALLOW_SUSPEND = 21794, mips64le:ppc64le:536892706 USBDEVFS_BULK = 3222820098, 386:arm:3222295810 USBDEVFS_CLAIMINTERFACE = 2147767567, mips64le:ppc64le:1074025743 USBDEVFS_CLAIM_PORT = 2147767576, mips64le:ppc64le:1074025752 @@ -15,6 +17,7 @@ USBDEVFS_DISCONNECT_CLAIM_EXCEPT_DRIVER = 2 USBDEVFS_DISCONNECT_CLAIM_IF_DRIVER = 1 USBDEVFS_DISCSIGNAL = 2148553998, 386:arm:2148029710, mips64le:ppc64le:1074812174 USBDEVFS_DROP_PRIVILEGES = 1074025758, mips64le:ppc64le:2147767582 +USBDEVFS_FORBID_SUSPEND = 21793, mips64le:ppc64le:536892705 USBDEVFS_FREE_STREAMS = 2148029725, mips64le:ppc64le:1074287901 USBDEVFS_GETDRIVER = 1090802952, mips64le:ppc64le:2164544776 USBDEVFS_GET_CAPABILITIES = 2147767578, mips64le:ppc64le:1074025754 @@ -39,6 +42,7 @@ USBDEVFS_URB_TYPE_CONTROL = 2 USBDEVFS_URB_TYPE_INTERRUPT = 1 USBDEVFS_URB_TYPE_ISO = 0 USBDEVFS_URB_ZERO_PACKET = 64 +USBDEVFS_WAIT_FOR_RESUME = 21795, mips64le:ppc64le:536892707 USB_DIR_IN = 128 USB_DIR_OUT = 0 USB_MAXENDPOINTS = 30 |
