From 7efea8df3316180be625309d52ce34475d924071 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sun, 4 Aug 2019 21:11:26 +0200 Subject: usb: added more properties --- includes/usb_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/usb_util.h') diff --git a/includes/usb_util.h b/includes/usb_util.h index 1b92a34c..045f07e4 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -27,11 +27,14 @@ typedef struct usbd { char *product; char *manufacturer; char *device; + char *serial; int dev_class; int dev_subclass; + int dev_protocol; char *dev_class_str; char *dev_subclass_str; + char *dev_protocol_str; char *usb_version; char *device_version; /* bcdDevice */ -- cgit v1.2.3