summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dylan Lloyd [Tue, 13 Mar 2012 16:28:30 +0000 (12:28 -0400)]
now using volume-toggle shell script
Dylan Lloyd [Mon, 12 Mar 2012 23:46:49 +0000 (19:46 -0400)]
added example, notes and files to man page
Dylan Lloyd [Mon, 12 Mar 2012 23:28:23 +0000 (19:28 -0400)]
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. :-/
Dylan Lloyd [Mon, 5 Mar 2012 22:28:33 +0000 (17:28 -0500)]
added man page powermate.1
Dylan Lloyd [Mon, 27 Feb 2012 06:44:40 +0000 (01:44 -0500)]
now skips with a twist :-)
Dylan Lloyd [Mon, 27 Feb 2012 06:29:57 +0000 (01:29 -0500)]
got rid of unnecessary
Dylan Lloyd [Mon, 27 Feb 2012 06:27:16 +0000 (01:27 -0500)]
now mutes after long presses
Dylan Lloyd [Mon, 27 Feb 2012 04:48:01 +0000 (23:48 -0500)]
got rid of unnecessary import
Dylan Lloyd [Mon, 27 Feb 2012 04:44:15 +0000 (23:44 -0500)]
halved sensitivity
Dylan Lloyd [Mon, 27 Feb 2012 03:35:31 +0000 (22:35 -0500)]
Brightness now changing with volume
Dylan Lloyd [Sun, 26 Feb 2012 18:15:44 +0000 (13:15 -0500)]
init