diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-12-28 20:02:36 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-29 21:46:38 -0800 |
commit | c125634658751d67492f8640d33247ed3760e481 (patch) | |
tree | c26ad81357f9d8485a6b12823cb40825bb37e84b /includes | |
parent | 145d70e0a9696e194168eafadb3600c034df9e08 (diff) |
inputdevices: Added new vendor info + info from usb.ids
Diffstat (limited to 'includes')
-rw-r--r-- | includes/usb_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/usb_util.h b/includes/usb_util.h index ed752449..e06e3c23 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -69,6 +69,8 @@ typedef struct usbi { usbd *usb_get_device_list(); int usbd_list_count(usbd *); void usbd_list_free(usbd *); +void usb_lookup_ids_vendor_product_str(gint vendor_id, gint product_id, + gchar **vendor_str, gchar **product_str); usbd *usb_get_device(int bus, int dev, const gchar* sysfspath); void usbd_free(usbd *); |