diff options
author | Burt P <pburt0@gmail.com> | 2019-12-27 22:12:49 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 |
commit | 79d8b3c8b4f54e17b35cf82fc97af9d8be73d7dc (patch) | |
tree | c3f08fcb3f1174fb5315b1b821d247602ed40906 /includes/usb_util.h | |
parent | 9b8122e2c3378966641568f9c12ce10a6a9ec45c (diff) |
usb: vendor tags in list
Signed-off-by: Burt P <pburt0@gmail.com>
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; |