According to my Linux errno.h file, 62 is "Timer expired".  I have no
idea where that would come from, but it's almost certainly coming from
Linux, not javax.usb - all the generic "Error N" errors come from
failed ioctls into Linux.  If you are adventurous you could look at
the Linux kernel USB code to try to find a ETIME error.  Or maybe
check your /var/log/messages file or dmesg output.

On Thu, Jun 26, 2008 at 9:30 PM, Gabriel Queiroz <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> It's my first post to this list (javax newbie).
>
> I'm developing a usb device using an Atmel microcontroller
> (http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3784). For now, it
> works like a mouse. The microcontroller has 4 push buttons, and these push
> buttons make the mouse pointer move around the screen.I
>
> I've got this device to work under windows and linux with the default hid
> drivers, but when i let the MouseDriver example drive it I'm getting the
> following error:
>
> Unable to submit data buffer to HID mouse : Error submitting IRP : Error 62
>
> I've digged through javax-usb code, and the exception is being thrown on the
> asyncSubmit( UsbIrpImp irp ) method, call on file LinuxPipeOsImp, line 64:
>
> getLinuxInterfaceOsImp().submit(request);
>
> I understand javax is not being able to send an IRP to the device, but i
> can't really understand why. Any ideas?
>
> Is there somewhere I can understand what does "Error 62" mean?!
>
> Many thanks and kind regards.
>
> PS: I'm a newbie to USB devices implementation as well, so, big chances of
> this being something really stupid! =)
>
> --
> Gabriel Queiroz Silva
> E-mail: [EMAIL PROTECTED]
> Tel: +55 61 9604.1412
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> javax-usb-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
>
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
javax-usb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to