Opened 22 months ago
Last modified 22 months ago
#21339 new defect
USB Filter PortNumber field formatting for ports higher than 9 => fixed in SVN/next 7.0.x,6.1.x maintenance
| Reported by: | fantinel | Owned by: | |
|---|---|---|---|
| Component: | USB | Version: | VirtualBox 6.1.36 |
| Keywords: | USB Filter Hexadecimal PortNumber | Cc: | |
| Guest type: | Windows | Host type: | Windows |
Description
Inability to insert a PortNumber higher than 9, the "Port" field of the USB Filter only accepts numeric characters, this makes the insertion of port numbers higher than 9 not possible, considering that this field reads hexadecimal inputs, the insertion of a port number like 13(000d) not possible. As a workaround, manual input of the hex value in the .vbox file of the guest works.
For further information: https://forums.virtualbox.org/viewtopic.php?f=6&t=108063
Change History (2)
comment:2 by , 22 months ago
| Summary: | USB Filter PortNumber field formatting for ports higher than 9 → USB Filter PortNumber field formatting for ports higher than 9 => fixed in SVN/next 7.0.x,6.1.x maintenance |
|---|
Note:
See TracTickets
for help on using tickets.


This issue should be fixed in the VirtualBox test builds 6.1.41r154912 and newer.
VirtualBox now expects decimal numbers in the Port field of a USB Device Filter. Additionally, the VBoxManage usbfilter add|modify command has a new --port option. Kudos to klaus. :)