-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I'm trying to sniff a handshake between an xbox series x and its controller. I'm sure I'll run into issues after this, but I think it's not terming correctly?
Line 350 in c6454ce
pthread_kill(ep->thread_read, SIGUSR1); |
Here you kill the threads, but here it exits the application with usb_raw_ep_read(): Interrupted system call
Line 254 in c6454ce
exit(EXIT_FAILURE); |
Metadata
Metadata
Assignees
Labels
No labels