summaryrefslogtreecommitdiffstats
path: root/src/usb-device.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-11 09:50:38 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-11 09:50:38 +0200
commite75b963d3a7a6fd206082115bc2ab9b4e377438a (patch)
tree704d2b81f0a1905636cb74898ff3dcab7065da38 /src/usb-device.h
parent378dfe316240c1ec1d488828a19b9b33debd1ac4 (diff)
download0xFFFF-e75b963d3a7a6fd206082115bc2ab9b4e377438a.tar.bz2
usb-device: Add variable detected_hwrev to struct usb_device_info
Diffstat (limited to 'src/usb-device.h')
-rw-r--r--src/usb-device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usb-device.h b/src/usb-device.h
index 93a5b0d..2c4894c 100644
--- a/src/usb-device.h
+++ b/src/usb-device.h
@@ -44,7 +44,8 @@ struct usb_flash_device {
struct usb_device_info {
enum device detected_device;
- struct usb_flash_device * flash_device;
+ char * detected_hwrev;
+ const struct usb_flash_device * flash_device;
usb_dev_handle * udev;
};