From ee7063f6bf7cc5a2032dd0418b829ca461c8f15d Mon Sep 17 00:00:00 2001 From: hselasky Date: Fri, 13 Mar 2020 09:10:44 +0000 Subject: [PATCH] Define USB_FS_OPEN_STREAM, even if not supported. This is a direct commit. Sponsored by: Mellanox Technologies git-svn-id: svn://svn.freebsd.org/base/stable/9@358944 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/usb/usb_ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index d5be169bc..1142dd078 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -329,6 +329,7 @@ struct usb_gen_quirk { #define USB_FS_OPEN _IOWR('U', 197, struct usb_fs_open) #define USB_FS_CLOSE _IOW ('U', 198, struct usb_fs_close) #define USB_FS_CLEAR_STALL_SYNC _IOW ('U', 199, struct usb_fs_clear_stall_sync) +#define USB_FS_OPEN_STREAM _IOWR('U', 200, struct usb_fs_open_stream) /* USB quirk system interface */ #define USB_DEV_QUIRK_GET _IOWR('Q', 0, struct usb_gen_quirk) -- 2.45.0