2013-03-27

KURIO USB deviceID

I am writing some software for android, and I wanted to test it on my KURIO pad.

It has device ID: 18d1:0003

You need to put the following line in /etc/udev/rules.d/51-android.rules file:

# kurio 7
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="0003", MODE="0666", OWNER="<username>"

Be thankful, I just saved you several milliseconds worth of command-line hassle: