https://github.com/pmiddend/evdevhelper
A helper program to output joypad info and to determine if a device really is a joypad
https://github.com/pmiddend/evdevhelper
Last synced: 18 days ago
JSON representation
A helper program to output joypad info and to determine if a device really is a joypad
- Host: GitHub
- URL: https://github.com/pmiddend/evdevhelper
- Owner: pmiddend
- Created: 2012-05-18T15:58:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T14:22:09.000Z (over 12 years ago)
- Last Synced: 2025-09-12T01:34:25.925Z (9 months ago)
- Language: C++
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
evdevhelper
===========
A helper program to output joypad info and to determine if a device really is a joypad
udev
----
Put the following inside ``/etc/udev/rules.d/10-udev.rules``:
``
KERNEL=="event[0-9]*" PROGRAM="path_to_joypad_is_joypad/joypad_is_joypad %k" GROUP="joypad" MODE="640"
``