From b485720cba89f4f8a0e542a8c350a21b981d1af9 Mon Sep 17 00:00:00 2001 From: Yu Hao Date: Mon, 26 Sep 2022 11:35:05 -0700 Subject: sys/linux: fix errors --- sys/linux/dev_bus_usb.txt.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/dev_bus_usb.txt.const') 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 -- cgit mrf-deployment