From 79a7dcda7450015da6fb2733b43280b69eda8213 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 14 Oct 2007 16:56:49 -0500 Subject: [PATCH] fix to allow usb modules to compile --- include/linux/usbdevice_fs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/usbdevice_fs.h b/include/linux/usbdevice_fs.h index caf229b..7c2bbb5 100644 --- a/include/linux/usbdevice_fs.h +++ b/include/linux/usbdevice_fs.h @@ -142,6 +142,8 @@ struct usbdevfs_hub_portinfo { #define USBDEVFS_HUB_PORTINFO _IOR('U', 19, struct usbdevfs_hub_portinfo) #define USBDEVFS_RESET _IO('U', 20) #define USBDEVFS_CLEAR_HALT _IOR('U', 21, unsigned int) +#define USBDEVFS_DISCONNECT _IO('U', 22) +#define USBDEVFS_CONNECT _IO('U', 23) /* --------------------------------------------------------------------- */ -- 2.20.1