KishanV / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

did not claim interface 0 before use #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running -jar that supposed to find and open a HID device
2.
3.

What is the expected output? What do you see instead?
Expected output is the opened device
I see : 
Ausb 1-1: usbfs: process 779 (jamvm) did not claim interface 0 before use

What version of the product are you using? On what operating system?
IM working on a phyBoard with a ARM

Please provide any additional information below.
Lookes like it is the same Problem as the NullPointer when opening a Device.
Im trying to run the -jar with jamvm. 

Original issue reported on code.google.com by gasser...@gmail.com on 19 Aug 2015 at 1:03