Open GoogleCodeExporter opened 9 years ago
The code above works for me.
64-bit Linux (Ubuntu 14.04)
Oracle JRE 1.80_05-b13
Also had a problem with NullPointerException. But the reason wasn't a
non-plugged HID device.
My application was not able to access the hid device. Only root may read/write
access usb devices under linux. A udev rule in /etc/udev/rules.d was the
solution, and grants application running as user of the group "beef" read-write
permissions.
SUBSYSTEM=="usb", ATTRS{idVendor}=="1234", ATTRS{idProduct}=="4321",
GROUP="beef", MODE="0664"
Original comment by jenskrue...@web.de
on 30 Jul 2014 at 6:25
Original issue reported on code.google.com by
dmorr...@gmail.com
on 23 Nov 2013 at 5:01