pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

instance_id unable to be used as HID filter

Open CardiffDetectors opened this issue 10 months ago • 0 comments

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"]

CardiffDetectors avatar Apr 09 '24 07:04 CardiffDetectors