diff options
Diffstat (limited to 'includes/usb_util.h')
-rw-r--r-- | includes/usb_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/usb_util.h b/includes/usb_util.h index 045f07e4..ed752449 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -43,6 +43,8 @@ typedef struct usbd { int speed_mbs; + vendor_list vendors; + gboolean user_scan; /* not scanned as root */ struct usbi *if_list; |