diff options
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index e731b36..85703e4 100644 --- a/src/device.h +++ b/src/device.h @@ -28,6 +28,7 @@ struct device_info { const char *serial; uint32_t location; uint16_t pid; + uint64_t speed; }; void device_data_input(struct usb_device *dev, unsigned char *buf, uint32_t length); |