serial
serial copied to clipboard
Fix empty PortInfo.description/hardware_id on Mac M1
on Mac M1, both PortInfo.description and PortInfo.hardware_id are always "n/a", because usb device type name was changed from "IOUSBDevice" to "IOUSBHostInterface".
I think it would also fix the #243 right ?
I confirm it fixes both description as well as vid/pid filter on Silicon !