<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./io/hpmud/musb.c.orig	2025-02-27 06:12:29.000000000 -0600
+++ ./io/hpmud/musb.c	2025-04-18 13:32:10.814075360 -0500
@@ -2055,7 +2055,7 @@
     char serial[128], mfg[128], sz[HPMUD_LINE_SIZE];
     int r, size=0;
 
-    libusb_init(&amp;ctx);
+    if (libusb_init(&amp;ctx) != 0) return 0;
     numdevs = libusb_get_device_list(ctx, &amp;list);
 
     if (numdevs &lt;= 0)
</pre></body></html>