diff options
| author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-08-04 21:11:26 +0200 | 
|---|---|---|
| committer | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-08-04 21:11:26 +0200 | 
| commit | 7efea8df3316180be625309d52ce34475d924071 (patch) | |
| tree | 69006c1bf51e303944e0fb412f7fc709cbc21f2d /includes | |
| parent | 36f4722f05c8a2e089d42f41904b9d984f802182 (diff) | |
usb: added more properties
Diffstat (limited to 'includes')
| -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 */ | 
