Re: [javax-usb-devel] Help - Error submitting IRP : Submission aborted

2004-09-20 Thread Dan Streetman
also, you don't need to set the device's configuration for most devices. Only if the device has more than 1 configuration, and then only if the active config isn't the one you want. On Mon, 20 Sep 2004, Dan Streetman wrote: > >Well before looking into anything else - are you sure you are sett

Re: [javax-usb-devel] javax-usb-compilation

2004-09-20 Thread Dan Streetman
What kernel version are you using? What is the specific error? On Mon, 20 Sep 2004, Mohan Mistry wrote: >I had similar problems > >I did get a succesful build after getting >problems/instructions as David Usher posted >(2003-03-07) >http://sourceforge.net/mailarchive/forum.php?thread_id=179403

Re: [javax-usb-devel] Help - Error submitting IRP : Submission aborted

2004-09-20 Thread Dan Streetman
Well before looking into anything else - are you sure you are setting configuration 0? Becasue config 0 disables (un-configures) the device. Once you do that you shouldn't be able to use it at all, so I assume you meant config 1. The error is -ENOENT which basically means "there is no endpoi

[javax-usb-devel] javax-usb-compilation

2004-09-20 Thread Mohan Mistry
I had similar problems I did get a succesful build after getting problems/instructions as David Usher posted (2003-03-07) http://sourceforge.net/mailarchive/forum.php?thread_id=1794036&forum_id=12681 Apache Ant version 1.5.3 compiled on April 16 2003 java version "1.4.2" Java(TM) 2 Runtime Envir