aboutsummaryrefslogtreecommitdiff
path: root/includes/usb_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/usb_util.h')
-rw-r--r--includes/usb_util.h3
1 files changed, 3 insertions, 0 deletions
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 */