diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-24 00:43:58 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-24 00:43:58 +0000 |
commit | b1777b1bdf7d5971397ac6615257af56eced2602 (patch) | |
tree | 45b5982f912daaa8f9836334b1ee94cd61fd2a2e /packages/piccontrol/files/piccontrol-0.4.conf | |
parent | 1fae1769d399b1157bcb4318593cd24a2f6d45b4 (diff) |
piccontrol: Add init script, tidy up
Diffstat (limited to 'packages/piccontrol/files/piccontrol-0.4.conf')
-rw-r--r-- | packages/piccontrol/files/piccontrol-0.4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/piccontrol/files/piccontrol-0.4.conf b/packages/piccontrol/files/piccontrol-0.4.conf index 2504d75c66..9d8bf31826 100644 --- a/packages/piccontrol/files/piccontrol-0.4.conf +++ b/packages/piccontrol/files/piccontrol-0.4.conf @@ -1,6 +1,6 @@ register("ts209") -register("evdev", "/dev/event0", +register("evdev", "/dev/input/event0", 116, "restart_button", 408, "media_button") @@ -42,4 +42,4 @@ end function media_button( time ) piccmd("usbled", "8hz") -end
\ No newline at end of file +end |