Re: [linux-usb-devel] Read request while writing

2006-10-19 Thread Oliver Neukum
Am Donnerstag, 19. Oktober 2006 11:34 schrieb Bas Wijnen: > My question is how I can solve this.  Would it help to make a kernel driver > for it?  Could I hack libusb to allow asynchronous reads?  Is there any chance > that that solves the problem? A kernel driver is overkill, though it would work

[linux-usb-devel] Read request while writing

2006-10-19 Thread Bas Wijnen
Hello, I have written a user-space driver for a USB1 spectrometer using libusb. Now there is a new version of the device, which uses USB2. I have adapted my driver for the new protocol that this device uses, but it doesn't work. I have sniffed the Windows driver, and saw one particular differen