From 79d8b3c8b4f54e17b35cf82fc97af9d8be73d7dc Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 27 Dec 2019 22:12:49 -0600 Subject: usb: vendor tags in list Signed-off-by: Burt P --- includes/usb_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/usb_util.h') 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; -- cgit v1.2.3