Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty PortInfo.description/hardware_id on Mac M1 #271

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Quotation
Copy link

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

on Mac M1, both PortInfo.description and PortInfo.hardware_id are "n/a", because usb device type name was changed from "IOUSBDevice" to "IOUSBHostInterface".
@benkuper
Copy link

benkuper commented Apr 8, 2023

I think it would also fix the #243 right ?

@benkuper
Copy link

benkuper commented Apr 8, 2023

I confirm it fixes both description as well as vid/pid filter on Silicon !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants