- Timestamp:
- May 30, 2007 4:13:37 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2903 r2936 923 923 filter.SetProductId (QString().sprintf ("%04hX", usb.GetProductId())); 924 924 filter.SetRevision (QString().sprintf ("%04hX", usb.GetRevision())); 925 /* The port property depends on the host computer rather than on the USB 926 * device itself; for this reason only a few people will want to use it in 927 * the filter since the same device plugged into a different socket will 928 * not match the filter in this case. */ 929 #if 0 930 /// @todo set it anyway if Alt is currently pressed 925 931 filter.SetPort (QString().sprintf ("%04hX", usb.GetPort())); 932 #endif 926 933 filter.SetManufacturer (usb.GetManufacturer()); 927 934 filter.SetProduct (usb.GetProduct()); 928 935 filter.SetSerialNumber (usb.GetSerialNumber()); 929 936 filter.SetRemote (usb.GetRemote() ? "yes" : "no"); 937 930 938 filter.SetActive (true); 931 939 addUSBFilter (filter, true); -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r2932 r2936 2077 2077 filter.SetProductId (QString().sprintf ("%04hX", usb.GetProductId())); 2078 2078 filter.SetRevision (QString().sprintf ("%04hX", usb.GetRevision())); 2079 /* The port property depends on the host computer rather than on the USB 2080 * device itself; for this reason only a few people will want to use it in 2081 * the filter since the same device plugged into a different socket will 2082 * not match the filter in this case. */ 2083 #if 0 2084 /// @todo set it anyway if Alt is currently pressed 2079 2085 filter.SetPort (QString().sprintf ("%04hX", usb.GetPort())); 2086 #endif 2080 2087 filter.SetManufacturer (usb.GetManufacturer()); 2081 2088 filter.SetProduct (usb.GetProduct());
Note:
See TracChangeset
for help on using the changeset viewer.