pywinusb
pywinusb copied to clipboard
instance_id unable to be used as HID filter
Currently the "instance_id" is unable to be used to filter HID devices. Request to change line 260 in core.py from:
filter_attributes = ["vendor_id", "product_id", "version_number", "product_name", "vendor_name"]
to:
filter_attributes = ["vendor_id", "product_id", "version_number", "product_name", "vendor_name", "instance_id"]