Hmm, I think interrupt queueing is fixed in 2.6 and they may have added a
type restriction.
Try commenting or #undef the line in
javax-usb-ri-linux/jni/JavaxUsbKernel.h that defines INTERRUPT_USES_BULK.
I need to eventually get in there and to dynamic kernel version checking
and code in the v
What type of transfer (interrupt, bulk, iso, control, Default Control
Pipe) are you seeing failures for?
On Wed, 6 Oct 2004 [EMAIL PROTECTED] wrote:
>Hi all,
>
>it seems that this occurs only on kernel 2.6, did someone solve this?
>
>I'm having the same problem.
>
>Henrique Martins
>
> > Buil
Hi all,
it seems that this occurs only on kernel 2.6, did someone solve this?
I'm having the same problem.
Henrique Martins
> Build javax-usb-ri-linux using this option:
>
> export CINCLUDES=-I/usr/src/linux-2.6.1/include
> ant clean jars
>
>
>
> and use the jar built this way.
>
> O