Re: [javax-usb-devel] Re: Re: Error submitting IRP :Invalid

2004-10-06 Thread Dan Streetman
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

Re: [javax-usb-devel] Re: Re: Error submitting IRP :Invalid

2004-10-06 Thread Dan Streetman
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

[javax-usb-devel] Re: Re: Error submitting IRP :Invalid

2004-10-06 Thread henrique
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