Added udev rule for device access
authorDylan Lloyd <dylan@dylansserver.com>
Mon, 12 Mar 2012 23:28:23 +0000 (19:28 -0400)
committerDylan Lloyd <dylan@dylansserver.com>
Mon, 12 Mar 2012 23:28:23 +0000 (19:28 -0400)
commit86d37eb6d13abcaa358e51556876afa0d44fbede
treedc6209c26056e6e51f7a989febc995d6bee37048
parent99da2e0818bc08c0a01909b01b5c49fdd2dece64
Added udev rule for device access

I originally wanted to match only the PowerMate device. Unfortunately,
due to the way the the PowerMate library searches for the device, any
/dev/input/event* without proper permissions generates an fatal error.

Therefore, the following does NOT work:

ENV{ID_MODEL}=="Griffin_PowerMate", MODE="660", GROUP="input"

This forces us to use the vaguer committed rule to match all
/dev/input/event* to group input and perm 660. :-/
99-powermate.rules [new file with mode: 0644]