aboutsummaryrefslogtreecommitdiff
path: root/includes/usb_util.h
diff options
context:
space:
mode:
authorOndrej Čerman <ondrej.cerman@gmail.com>2019-08-04 21:11:26 +0200
committerOndrej Čerman <ondrej.cerman@gmail.com>2019-08-04 21:11:26 +0200
commit7efea8df3316180be625309d52ce34475d924071 (patch)
tree69006c1bf51e303944e0fb412f7fc709cbc21f2d /includes/usb_util.h
parent36f4722f05c8a2e089d42f41904b9d984f802182 (diff)
usb: added more properties
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 */