VirtualBox

Ignore:
Timestamp:
Aug 1, 2023 5:34:48 PM (17 months ago)
Author:
vboxsync
Message:

include/VBox/usbfilter.h,HostDrivers/VBoxUSB/USBFilter: IUSBDeviceFilter:
USB device interval filters don't work. bugref:10452

Main/Host,Main/USBDeviceFilter: Adding or removing global USB device
filters causes memory corruption wihch can lead to a deadlock or a SEGV
as the list of global USB device filters (llChildren) changes while
the list is being walked.

Frontends/VBoxManage: 'VBoxManage list usbfilters' doesn't display the
'Port' value of the device filter.

Frontends/VBoxManage: 'VBoxManage add usbfilter' and 'VBoxManage modify
usbfilter' both ignore the --product="Value" option.

Main/VirtualBox.xidl: Improve the IUSBDeviceFilter wording to make
things clearer in the 'VirtualBox Programming Guide and Reference Guide'
aka SDKRef.pdf.

HostDrivers/VBoxUSB/testcase/tstUSBFilter: Include a variety of USB
device filter entries which include the 'int:' prefix to fully exercise
the interval filter parsing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r98103 r100772  
    712712            RTPrintf(List::tr("Product:          %ls\n"), bstr.raw());
    713713            CHECK_ERROR_RET(flt, COMGETTER(SerialNumber)(bstr.asOutParam()), 1);
    714             RTPrintf(List::tr("Serial Number:    %ls\n\n"), bstr.raw());
     714            RTPrintf(List::tr("Serial Number:    %ls\n"), bstr.raw());
     715            CHECK_ERROR_RET(flt, COMGETTER(Port)(bstr.asOutParam()), 1);
     716            RTPrintf(List::tr("Port:             %ls\n\n"), bstr.raw());
    715717        }
    716718    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette