10
PS/2 things
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Does USB not use interrupts?
No. It's polling based
Actually it's both, there's polling with a timeout interrupt if an incoming urb hasn't been processed quickly.
https://crlab.ece.ucr.edu/usbgps/ohci_uhci.html
This way you can take them in batches at regular intervals.