Commit Graph

2 Commits (v0.2.1)

Author SHA1 Message Date
nirenjan 2db24e8759 Add udev rules to distribution
Prior to this change, a user had to manually install their own udev
rules on Linux if they wanted to access the joystick without having to
run as root. The most common usecase was on systems based on Debian,
where the user would be a member of the plugdev group, and they would
create their own rule to allow members of the group to write to the
joystick.

This change adds a validated udev rule to the distribution, so if the
user compiles from source and does a make install, the rule to allow
plugdev group members to access the joystick is installed.
2020-05-30 16:38:58 -07:00
Nirenjan Krishnan 0274c329a6 Add udev rules for making hidraw permissions 0644
This allows the programs that read hidraw for the X52 joystick to
not need root permissions.
2012-10-08 19:37:49 -07:00