diff options
| author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-07-26 22:17:23 +0200 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-29 19:44:04 -0700 | 
| commit | 4cfbf4907fa8221b7d8fcd7aa74ffd1d45691ef6 (patch) | |
| tree | ed1b1b22c15a0f141bea7430d6664822224d323f /includes | |
| parent | e71298e11039fd1b22758097410fdca52b8610a2 (diff) | |
usb: added interface label
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/usb_util.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/includes/usb_util.h b/includes/usb_util.h index 2d1398ba..1b92a34c 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -52,6 +52,7 @@ typedef struct usbi {      int if_class;      int if_subclass;      int if_protocol; +    char *if_label;      char *if_class_str;      char *if_subclass_str;      char *if_protocol_str; | 
