Hello everyone, I am working on writing my own userspace USB driver for an old webcam I have Creative PD1100, I have built the driver using "libusb" and it works fine on ubuntu and Mac. However when I try to run the driver on the PI and read data ISOCHRONOUSLY from the camera, it seems by sniffing t...