corpnewt / USBMap

Python script for mapping USB ports in macOS and creating a custom injector kext.
MIT License
1.03k stars 88 forks source link

Crash every time trying to name port #42

Open chumdoggin opened 2 years ago

chumdoggin commented 2 years ago

the fresco logic FL1100 on 10.15 ser 6 sandy bridge with the keyboard/mouse receiver. I did not try to name the other usb3 port as the keyboard/mouse receiver did not work in that port but if I put in a usb3 stick in that port and try to name I get the same crash. No more trying to name during port discovery from that on. Maybe do naming later.

Does this work on Clover with the runtime in place of aptiofix?

Traceback (most recent call last): File "/Users/user/Downloads/USBMap-master/USBMap.py", line 1385, in u.main() File "/Users/user/Downloads/USBMap-master/USBMap.py", line 1372, in main self.discover_ports() File "/Users/user/Downloads/USBMap-master/USBMap.py", line 774, in discover_ports self.get_name(last_list) File "/Users/user/Downloads/USBMap-master/USBMap.py", line 787, in get_name assert c in self.merged_list # Verify the controller is there AssertionError logout