Thanks, applied. On 05.07.2014 00:30 UTC+0200, Benjamin Deering wrote: > > The vibrator name in oeventsd has been updated. This can be applied as > soon as SHR gets a newer FSO. > > Ben > -------- Original Message -------- > Return-Path: <ben_deer...@swissmail.org> > Received: from murder (vm-mail3.intra.swissmail.org [192.168.173.53]) > by storage01 (Cyrus v2.2.13-Debian-2.2.13-19+squeeze2) with LMTPSA > (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256/256 verify=YES); Sun, 23 > Jun 2013 02:43:25 +0200 > X-Sieve: CMU Sieve 2.2 > Received: from mail3.swissmail.org (localhost [127.0.0.1]) by > vm-pemfos-mx3 (Cyrus v2.2.13-Debian-2.2.13-19+squeeze1) with LMTPA; Sun, > 23 Jun 2013 02:43:25 +0200 > Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) > with ESMTP id 705D9A84E4 for <benjamin_deerin...@vm-front.fpw.ch>; Sun, > 23 Jun 2013 02:43:25 +0200 (CEST) > Received: from localhost (localhost [127.0.0.1]) by localhost > (PEmFoS/1997.21859.a0); Sun, 23 Jun 2013 02:43:25 +0200 (CEST) > Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) > with ESMTP id 60BECA8631 for <ben_deer...@swissmail.org>; Sun, 23 Jun > 2013 02:43:25 +0200 (CEST) > X-Virus-Scanned: Swissmail amavisd-new at vm-pemfos1.intra.swissmail.org > X-Spam-Flag: NO > X-Spam-Score: -1.8 > X-Spam-Level: > X-Spam-Status: No, score=-1.8 tagged_above=-999 required=11 > tests=[OBFU_1=0.5, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled > Received: from mail3.swissmail.org ([127.0.0.1]) by localhost > (vm-pemfos-mx3.intra.swissmail.org [127.0.0.1]) (amavisd-new, port > 10031) with ESMTP id vjESWA6NMhF7 for <ben_deer...@swissmail.org>; Sun, > 23 Jun 2013 02:43:21 +0200 (CEST) > Received: from vm-mailout1.vm.swissmail.org > (vm-mailout1.vm.swissmail.org [212.25.22.134]) by mail3.swissmail.org > (Postfix-22.133-25) with ESMTP id 7C89FA84E4 for > <ben_deer...@swissmail.org>; Sun, 23 Jun 2013 02:43:21 +0200 (CEST) > Received: from vm-pemfos1.intra.swissmail.org > (vm-pemfos1.intra.swissmail.org [192.168.173.54]) by > vm-mailout1.vm.swissmail.org (8.13.8/8.13.8/Debian-3) with ESMTP id > r5N0hKfR021932; Sun, 23 Jun 2013 02:43:20 +0200 > Received: from vm-pemfos1.intra.swissmail.org (localhost [127.0.0.1]) > by localhost (Postfix-local-10025) with ESMTP id 9863AA84F8; Sun, 23 Jun > 2013 02:43:20 +0200 (CEST) > Received: from localhost (localhost [127.0.0.1]) by localhost > (PEmFoS/1952.24120.a1); Sun, 23 Jun 2013 02:43:20 +0200 (CEST) > X-Pemfos-Policyd: accepted > (p6Gkiq42hB/I+0k7th4hb34eAxQPMgUpag9+BQkH3vkjEu0lQwUiDQ4TVw0QFAgwIgYIEQICHiYWQWcGbEEXGw==) > > From: benjamin deering <ben_deer...@swissmail.org> > To: shr-devel@lists.shr-project.org > Cc: Ben Deering <ben_deer...@swissmail.org> > Subject: [PATCH 2/2] Remove unused Vibrator device option > Date: Sat, 22 Jun 2013 20:43:10 -0400 > Message-Id: <1371948190-31648-1-git-send-email-ben_deer...@swissmail.org> > X-Mailer: git-send-email 1.7.10.4 > > > > From: Ben Deering <ben_deer...@swissmail.org> > > Vibration is now handled by fso and libphoneui doesn't need to know the > name of the Vibrator device. > Signed-off-by: Ben Deering <ben_deer...@swissmail.org> > --- > conf/libphoneui.conf | 2 -- > conf/nokia900/libphoneui.conf | 2 -- > conf/om-gta02/libphoneui.conf | 2 -- > conf/om-gta04/libphoneui.conf | 2 -- > 4 files changed, 8 deletions(-) > > diff --git a/conf/libphoneui.conf b/conf/libphoneui.conf > index ae70054..a06805a 100644 > --- a/conf/libphoneui.conf > +++ b/conf/libphoneui.conf > @@ -66,8 +66,6 @@ microphone = Mono Playback Volume > > #Remove the segfaulting stuff > #[device] > -# sysfs node for the vibrator to use > -#vibrator = /sys/class/leds/neo1973:vibrator/brightness > # sysfs node to set the backlight brightness > #backlight = /sys/class/backlight/gta02-bl > > diff --git a/conf/nokia900/libphoneui.conf b/conf/nokia900/libphoneui.conf > index 1e77229..e0dad11 100644 > --- a/conf/nokia900/libphoneui.conf > +++ b/conf/nokia900/libphoneui.conf > @@ -52,8 +52,6 @@ hardware_control_name = hw:0 > [alsa_control_bluetooth] > > [device] > -# sysfs node for the vibrator to use > -#vibrator = /sys/class/leds/gta02\::vibrator/brightness > # sysfs node to set the backlight brightness > #backlight = /sys/class/backlight/pcf50633-backlight > > diff --git a/conf/om-gta02/libphoneui.conf b/conf/om-gta02/libphoneui.conf > index c0af1e2..6daa880 100644 > --- a/conf/om-gta02/libphoneui.conf > +++ b/conf/om-gta02/libphoneui.conf > @@ -65,8 +65,6 @@ speaker = Speaker Playback Volume > microphone = Mono Playback Volume > > [device] > -# sysfs node for the vibrator to use > -vibrator = /sys/class/leds/gta02\::vibrator/brightness > # sysfs node to set the backlight brightness > backlight = /sys/class/backlight/pcf50633-backlight > > diff --git a/conf/om-gta04/libphoneui.conf b/conf/om-gta04/libphoneui.conf > index 77acef5..471785d 100644 > --- a/conf/om-gta04/libphoneui.conf > +++ b/conf/om-gta04/libphoneui.conf > @@ -86,8 +86,6 @@ microphone = Voice Digital Loopback Volume > > > [device] > -# sysfs node for the vibrator to use > -#vibrator = /sys/class/leds/gta02\::vibrator/brightness > # sysfs node to set the backlight brightness > #backlight = /sys/class/backlight/pcf50633-backlight > > -- > 1.7.12 > > > > > _______________________________________________ > Shr-devel mailing list > Shr-devel@lists.shr-project.org > http://lists.shr-project.org/mailman/listinfo/shr-devel >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel