README.gentoo 858 B

123456789101112131415161718
  1. To allow users to use all features add them to the 'roccat' group
  2. To allow udev to detect your device without reboot, run
  3. # udevadm control --reload-rules && udevadm trigger --subsystem-match=usb
  4. *************************
  5. *** Upstream message: ***
  6. *************************
  7. * Some devices (Arvo, Kone) need uinput for some features. To use it as normal
  8. * user you can either create an extra group like uinput-users and add yourself
  9. * to this group (as described above) or reuse group roccat.
  10. * Create a file like /etc/udev/rules.d/90-uinput.rules containing the line
  11. * KERNEL=="uinput", GROUP="uinput-users", MODE="0660"
  12. * and replace the group name with your choice.
  13. * In addition, you need to enable CONFIG_INPUT_UINPUT in your kernel
  14. * Do a logout/login to apply your new group ownership and replug your device
  15. * and everything should work as expected.