You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
If I unplug an unrelated USB device (an iPhone in my case), the scan freezes - no more packets are recorded. Stopping the scan and restarting it has no effect. You have to quit/restart KisMac2 before scan works again.
It looks like USBJack::_handleDeviceRemoval gets confused; the last message logged is "USBJack: Device removed.". I will investigate.
The text was updated successfully, but these errors were encountered:
Commit #0331577 has test code to use IOServiceAddInterestNotification for device removal notification.
This has the advantage of only providing the notification for the specified device, rather than every USB device in the system.
I also added code for an alternative method, currently ifdef'd out that matches device departure on vid/pid. It wouldn't work correctly if you had two identical devices.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I unplug an unrelated USB device (an iPhone in my case), the scan freezes - no more packets are recorded. Stopping the scan and restarting it has no effect. You have to quit/restart KisMac2 before scan works again.
It looks like USBJack::_handleDeviceRemoval gets confused; the last message logged is "USBJack: Device removed.". I will investigate.
The text was updated successfully, but these errors were encountered: