diff options
| author | 2014-11-10 16:58:10 +0100 | |
|---|---|---|
| committer | 2014-11-11 13:52:52 +0100 | |
| commit | 4da37c1e130e32c4bbad13de7461e0612ca15597 (patch) | |
| tree | af7e129ba4668fbc91c9cf567027e517503725f9 /src/device.h | |
| parent | 07c5634cef09a913d6307de5b0edd6e73aaebfb3 (diff) | |
| download | usbmuxd-4da37c1e130e32c4bbad13de7461e0612ca15597.tar.gz usbmuxd-4da37c1e130e32c4bbad13de7461e0612ca15597.tar.bz2 | |
Get USB speed for device and use it for device attached client message
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 { | |||
| 28 | const char *serial; | 28 | const char *serial; |
| 29 | uint32_t location; | 29 | uint32_t location; |
| 30 | uint16_t pid; | 30 | uint16_t pid; |
| 31 | uint64_t speed; | ||
| 31 | }; | 32 | }; |
| 32 | 33 | ||
| 33 | void device_data_input(struct usb_device *dev, unsigned char *buf, uint32_t length); | 34 | void device_data_input(struct usb_device *dev, unsigned char *buf, uint32_t length); |
