diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-10 16:49:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 16:49:14 -0700 |
commit | 209fc8d71826ab41cd21fd4400088b297903bb13 (patch) | |
tree | 80d72e25837f3b569734ba476df84d3462617e29 /includes/usb_util.h | |
parent | 4827b88fa34807425640d2a9f07bbf4ac4119ab3 (diff) | |
parent | b9157b3f6520f46e788157fbfe9753b209efe9b7 (diff) |
usb: use sysfs info by default (#434)
usb: use sysfs info by default
Diffstat (limited to 'includes/usb_util.h')
-rw-r--r-- | includes/usb_util.h | 3 |
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 */ |