diff options
| author | 2014-11-10 16:58:10 +0100 | |
|---|---|---|
| committer | 2014-11-11 13:52:52 +0100 | |
| commit | 4da37c1e130e32c4bbad13de7461e0612ca15597 (patch) | |
| tree | af7e129ba4668fbc91c9cf567027e517503725f9 /src/usb.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/usb.h')
| -rw-r--r-- | src/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -54,6 +54,7 @@ void usb_shutdown(void); | |||
| 54 | const char *usb_get_serial(struct usb_device *dev); | 54 | const char *usb_get_serial(struct usb_device *dev); |
| 55 | uint32_t usb_get_location(struct usb_device *dev); | 55 | uint32_t usb_get_location(struct usb_device *dev); |
| 56 | uint16_t usb_get_pid(struct usb_device *dev); | 56 | uint16_t usb_get_pid(struct usb_device *dev); |
| 57 | uint64_t usb_get_speed(struct usb_device *dev); | ||
| 57 | void usb_get_fds(struct fdlist *list); | 58 | void usb_get_fds(struct fdlist *list); |
| 58 | int usb_get_timeout(void); | 59 | int usb_get_timeout(void); |
| 59 | int usb_send(struct usb_device *dev, const unsigned char *buf, int length); | 60 | int usb_send(struct usb_device *dev, const unsigned char *buf, int length); |
