diff options
Diffstat (limited to 'fastboot/usb.h')
-rw-r--r-- | fastboot/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/usb.h b/fastboot/usb.h index df9efde..d504ee2 100644 --- a/fastboot/usb.h +++ b/fastboot/usb.h @@ -53,6 +53,7 @@ struct usb_ifc_info unsigned char writable; char serial_number[256]; + char device_path[256]; }; typedef int (*ifc_match_func)(usb_ifc_info *ifc); |