From af9d4269f6505c3b46f52a6fcd447dfbbccc3d60 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Wed, 6 Jan 2010 12:12:27 +0100 Subject: [PATCH] Retabbed --- README | 1 + src/input.vala | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 824573c..255c938 100644 --- a/README +++ b/README @@ -155,6 +155,7 @@ TODO list / wish list http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD * Features to add: + - configure power menu trigger - volume control in power menu "Amp Spk" (-> learn/test libalsamixer something) /usr/share/vala/vapi/alsa.vapi diff --git a/src/input.vala b/src/input.vala index 3bdd61b..860f9b4 100644 --- a/src/input.vala +++ b/src/input.vala @@ -133,9 +133,9 @@ public class PowerButton : DevInput // FIXME: change to event4 for the aux button and headset button //device = "/dev/input/event1"; Object( - name: "input.power_button", - device: "/dev/input/event0" - ); + name: "input.power_button", + device: "/dev/input/event0" + ); event += on_event; } -- 2.39.5