From c125634658751d67492f8640d33247ed3760e481 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 28 Dec 2019 20:02:36 +0100 Subject: inputdevices: Added new vendor info + info from usb.ids --- includes/usb_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/usb_util.h') 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 *); -- cgit v1.2.3