From 4da37c1e130e32c4bbad13de7461e0612ca15597 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 10 Nov 2014 16:58:10 +0100 Subject: Get USB speed for device and use it for device attached client message --- src/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.h') 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); -- cgit v1.1-32-gdbae