From f68600abfc7f1e2d64a4737630feea43bdaa85dc Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 29 Apr 2015 13:04:10 -0700 Subject: libusbhost: Add usb_device_get_version() Change-Id: If2161178e9fe94a94faf01c102ef64f2a72d093b --- include/usbhost/usbhost.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/usbhost') diff --git a/include/usbhost/usbhost.h b/include/usbhost/usbhost.h index d26e93175..4350ec103 100644 --- a/include/usbhost/usbhost.h +++ b/include/usbhost/usbhost.h @@ -156,6 +156,10 @@ char* usb_device_get_manufacturer_name(struct usb_device *device); */ char* usb_device_get_product_name(struct usb_device *device); +/* Returns the version number for the USB device. + */ +int usb_device_get_version(struct usb_device *device); + /* Returns the USB serial number for the USB device. * Call free() to free the result when you are done with it. */ -- cgit v1.2.3