[Fixed] <DeviceFilters> section in VBOX

Postings relating to old VirtualBox pre-releases
Post Reply
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

[Fixed] <DeviceFilters> section in VBOX

Post by socratis »

OK, this is getting weirder and weirder, to the point of not being only not usable, but flat outright dangerous. Compare the <DeviceFilters> section. Before:

Code: Select all

<DeviceFilter name="Joystick: Logitech Attack 3" active="false" vendorId="046d" productId="c214" revision="0205" remote="0"/>
<DeviceFilter name="Joystick: PS2 Gamepad" active="false" vendorId="0810" productId="0003" revision="0106" remote="0"/>
<DeviceFilter name="HD Case: Sweex 3.5 SATA" active="false" vendorId="05e3" productId="0718" revision="0041" remote="0"/>
<DeviceFilter name="HD Case: LogiLink 2.5 SATA USB3" active="false" vendorId="174c" productId="5106" revision="0001" remote="0"/>
<DeviceFilter name="HD Case: LogiLink 2.5 SATA" active="false" vendorId="1bcf" productId="0c31" revision="0132" remote="0"/>
<DeviceFilter name="HD Case: Logilink 2.5 IDE" active="false" vendorId="058f" productId="6391" revision="0100" remote="0"/>
<DeviceFilter name="Stick: TDK 8GB Black-Green" active="false" vendorId="0718" productId="070a" revision="0100" remote="0"/>
<DeviceFilter name="Stick: SanDisk 8GB semi-transparent" active="false" vendorId="0781" productId="5539" revision="0200" remote="0"/>
<DeviceFilter name="Stick: Trascend 1GB JF150" active="false" vendorId="058f" productId="6387" revision="0141" remote="0"/>
<DeviceFilter name="Floppy 2.5 TEAC" active="false" vendorId="0644" productId="0000" revision="0000" remote="0"/>
<DeviceFilter name="Camera: Logitech HD Webcam C270" active="false" vendorId="046d" productId="0825" revision="0010" remote="0"/>
<DeviceFilter name="Phone: Nokia C2-05 Data Trasfer" active="false" vendorId="0421" productId="0576" revision="0879" remote="0"/>
<DeviceFilter name="Phone: Nokia C2-05 Nokia Suite" active="false" vendorId="0421" productId="0577" revision="0879" remote="0"/>
<DeviceFilter name="Phone: Nokia C2-05 Media access" active="false" vendorId="0421" productId="0578" revision="0879" remote="0"/>
<DeviceFilter name="Other: Garmin nüvi 1300" active="false" vendorId="091e" productId="23cc" revision="0509" remote="0"/>
<DeviceFilter name="Other: ASUS DH Remote" active="false" vendorId="1130" productId="cc00" revision="0100" remote="0"/>
and after:

Code: Select all

<DeviceFilter name="Joystick: Logitech Attack 3" active="false"/>
<DeviceFilter name="Joystick: PS2 Gamepad" active="false"/>
<DeviceFilter name="HD Case: Sweex 3.5 SATA" active="false"/>
<DeviceFilter name="HD Case: LogiLink 2.5 SATA USB3" active="false"/>
<DeviceFilter name="HD Case: LogiLink 2.5 SATA" active="false"/>
<DeviceFilter name="HD Case: Logilink 2.5 IDE" active="false"/>
<DeviceFilter name="Stick: TDK 8GB Black-Green" active="false"/>
<DeviceFilter name="Stick: SanDisk 8GB semi-transparent" active="false"/>
<DeviceFilter name="Stick: Trascend 1GB JF150" active="false"/>
<DeviceFilter name="Floppy 2.5 TEAC" active="false"/>
<DeviceFilter name="Camera: Logitech HD Webcam C270" active="false"/>
<DeviceFilter name="Phone: Nokia C2-05 Data Trasfer" active="false"/>
<DeviceFilter name="Phone: Nokia C2-05 Nokia Suite" active="false"/>
<DeviceFilter name="Phone: Nokia C2-05 Media access" active="false"/>
<DeviceFilter name="Other: Garmin nüvi 1300" active="false"/>
<DeviceFilter name="Other: ASUS DH Remote" active="false"/>
Notice anything missing? All of the filters are blank! Am I the only one that sees weird things in the VBOX config files?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: <DeviceFilters> section in VBOX

Post by socratis »

Seems to be fixed with 5.1.0_RC1 r108607.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply