When setting
usb.generic.allowHID = "TRUE"
usb.generic.allowLastHID = "TRUE"
to enable a second USB mouse to be exclusively attached to a VM, the USB keyboard also becomes exclusive.
There doesn't seem to be any granularity with the HID devices. They are either all exclusive or none. I want to configure a USB mouse to work exclusively with one VM but use one keyboard across all VMs.
Is this possible?