summaryrefslogtreecommitdiffstats
path: root/src/usb-device.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-22 21:23:56 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-22 21:23:56 +0200
commitd636ef78dda89b5913475b10dbfa2cb2e2cb9c01 (patch)
tree7c81f5fcc063600a80879331c9d030b25324e79f /src/usb-device.h
parent0d6b32c371c214277973d7516c6aef3ceeed344b (diff)
download0xFFFF-d636ef78dda89b5913475b10dbfa2cb2e2cb9c01.tar.bz2
hwrev is int16_t
Diffstat (limited to 'src/usb-device.h')
-rw-r--r--src/usb-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb-device.h b/src/usb-device.h
index 2c4894c..1eb7990 100644
--- a/src/usb-device.h
+++ b/src/usb-device.h
@@ -44,7 +44,7 @@ struct usb_flash_device {
struct usb_device_info {
enum device detected_device;
- char * detected_hwrev;
+ int16_t detected_hwrev;
const struct usb_flash_device * flash_device;
usb_dev_handle * udev;
};