I'm wanting to hide a particular usb dongle from the VH list.
I can't use the "Ignore" option as there is another dongle of the same hardware type and i don't want this one hidden - so was thinking about using the "IgnoredBuses" option.
Any pointers of the format for specifying the Bus to ignore - the example in the FAQ for the RaspPi doesn't seem to be directly applicable to a Windows based server. Additionally, any pointers on how to identify the Bus to ignore?
thx
dave
OK i will have to add this
OK i will have to add this for windows, can you tell me if the devices have a different serial number? In the virtualhere client right click on the dongle and select Properties. If it has a serial number it will list it. I'll change the ignore to be qualified by serial number also
Update
Is there any update to this feature as I too am interested? I have 1 server providing multiple USB devices that are the same and I need clients to access only particular ones.
.
@flysquid: you need to use a ClientAuthorization script discussed here https://www.virtualhere.com/authorization because that will allow you to deny specific users specific devices. Stop and exit the virtualhere for windows server. then edit the server config.ini file and add this line
clientAuthorization=C:\Users\auth.bat "$VENDOR_ID$" "$PRODUCT_ID$" "$CLIENT_ID$" "$CLIENT_IP$" "$PRODUCT_SERIAL$" "$PASSWORD$" "$DEVPATH$" "$NICKNAME$" "$NUM_BINDINGS$"
Then in auth.bat use the arguments passed in to allow or not allow certain users to access devices.
e.g