Skip to content

Commit cf5fa5e

Browse files
authored
Merge pull request #1247 from dorssel/bump_x64_drivers
Bump x64 drivers from 7.1.10 to 7.1.12
2 parents a19849d + 68f2907 commit cf5fa5e

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

Drivers/x64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-3.0-only
66

77
# Declaration of License Compliance
88

9-
These drivers are from a binary distribution of VirtualBox, version 7.1.10, provided
9+
These drivers are from a binary distribution of VirtualBox, version 7.1.12, provided
1010
by Oracle Corporation, subject to the terms and conditions of the
1111
[GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.html).
1212

Drivers/x64/VBoxUSB.cat

-18 Bytes
Binary file not shown.

Drivers/x64/VBoxUSB.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Signature="$Windows NT$"
3939
Class=USB
4040
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
4141
provider=%ORACLE%
42-
DriverVer = 06/03/2025,7.1.10.19112 ; r169112
42+
DriverVer = 07/14/2025,7.1.12.19651 ; r169651
4343
CatalogFile=VBoxUSB.cat
4444
PnpLockdown=1
4545

Drivers/x64/VBoxUSB.sys

24 Bytes
Binary file not shown.

Drivers/x64/VBoxUSBMon.sys

-440 Bytes
Binary file not shown.

Usbipd/ExportedDevice.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ public static async Task<ExportedDevice> GetExportedDevice(UsbDevice device, Can
160160
{
161161
if (data2.Flags.Anonymous.DeviceIsOperatingAtSuperSpeedPlusOrHigher)
162162
{
163-
// HACK: Linux vhci_hcd does not (yet) support USB_SPEED_SUPER_PLUS.
164-
// See: https://elixir.bootlin.com/linux/v5.16.9/source/drivers/usb/usbip/vhci_sysfs.c#L288
163+
// NOTE: Linux vhci_hcd supports USB_SPEED_SUPER_PLUS since kernel version 6.12.
164+
// See: https://elixir.bootlin.com/linux/v6.12/source/drivers/usb/usbip/vhci_sysfs.c#L286
165+
// There is no way to figure out the remote kernel version.
165166
// Looks like this only influences the reported rate; the USB protocol is supposed to be the same.
166167
// So, we simply lie about the speed...
167168

0 commit comments

Comments
 (0)