Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Feb 2024 23:49:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 270900] emulators/virtualbox-ose USB passthrough fails with Failed to create a proxy device for the USB device. (Error: VERR_INVALID_PARAMETER)
Message-ID:  <bug-270900-4077-hSjWfQecAe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270900-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270900-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270900

--- Comment #12 from groenveld@acm.org ---
(In reply to Igor Malyshev from comment #11)

Thank you.
Tested on 14.0-RELEASE-p4

John
groenveld@acm.org

$ cat files/patch-src_VBox_Devices_USB_freebsd_USBProxyDevice-freebsd.cpp
--- src/VBox/Devices/USB/freebsd/USBProxyDevice-freebsd.cpp.orig=20=20=20=
=20=20=20=20
2024-01-11 12:23:15 UTC
+++ src/VBox/Devices/USB/freebsd/USBProxyDevice-freebsd.cpp
@@ -57,7 +57,7 @@
 #include "../USBProxyDevice.h"

 /** Maximum endpoints supported. */
-#define USBFBSD_MAXENDPOINTS 127
+#define USBFBSD_MAXENDPOINTS 126
 #define USBFBSD_MAXFRAMES 56

 /** This really needs to be defined in vusb.h! */

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270900-4077-hSjWfQecAe>