Usually, only root has permissions to read from USB devices. To allow a normal user to do so, follow these steps:
ATTRS{idVendor}=="0e20", ATTRS{idProduct}=="0101", OWNER="your-login-name"Change your-login-name to your actual login name. (Keep the quotes.)