diff libuwrap/find_dev.h @ 11:fe4231326fb2

libuwrap: implement locating by description-string
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Sep 2023 04:58:16 +0000
parents ab506f6aa57c
children
line wrap: on
line diff
--- a/libuwrap/find_dev.h	Thu Sep 07 04:18:30 2023 +0000
+++ b/libuwrap/find_dev.h	Thu Sep 07 04:58:16 2023 +0000
@@ -6,9 +6,9 @@
 struct usbdev_matchspec {
 	unsigned	usb_vid;
 	unsigned	usb_pid;
-	char		*manuf_string;
-	char		*product_string;
-	char		*serial;
+	const char	*manuf_string;
+	const char	*product_string;
+	const char	*serial;
 	unsigned	index;
 };