From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757085Ab3KODo0 (ORCPT ); Thu, 14 Nov 2013 22:44:26 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58095 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756133Ab3KODoT (ORCPT ); Thu, 14 Nov 2013 22:44:19 -0500 Message-Id: <1384487058.27598.47721737.4F2B26E4@webmail.messagingengine.com> X-Sasl-Enc: cn7/Tww7Fj9KEX5yJGeZs0zPoXxfHFqXkRyUAz/qR3y/ 1384487058 From: randmedia@123mail.org To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d4893488 In-Reply-To: <1384362765.13620.47030097.09D237AE@webmail.messagingengine.com> References: <1384360284.28215.47013129.162FF17C@webmail.messagingengine.com> <5283AE49.6030302@xs4all.nl> <1384362765.13620.47030097.09D237AE@webmail.messagingengine.com> Subject: Re: How to correctly disable LIRC-related MCE*/IR_* modules, to remove ID of RemoteControl as BOTH keyboard & remote? Date: Thu, 14 Nov 2013 19:44:18 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Bump, please. Or a pointer to the appropriate list would be helpful. I'm clearly getting lost amidst the patch traffic and deluge of spam, so suspect I may be in the wrong place ... Thanks. On Wed, Nov 13, 2013, at 09:12 AM, randmedia@123mail.org wrote: > Hi Jim, > > On Wed, Nov 13, 2013, at 08:52 AM, Jim Bos wrote: > > Have you looked at this sysfs-file, specifically tried this: > > > > echo lirc > /sys/class/rc/rc0/protocols > > In short, yes. > > atm, I've this udev rule, > > cat /etc/udev/rules.d/70-infrared.rules > ACTION=="add", SUBSYSTEM=="rc", > RUN+="/usr/bin/ir-keytable --clear --protocol=LIRC > --write=/etc/rc_keymaps/my_streamzap_rpi" > > which ensures after boot > > ir-keytable > Found /sys/class/rc/rc0/ (/dev/input/event2) with: > Driver streamzap, table rc-streamzap > Supported protocols: LIRC > Enabled protocols: LIRC > Repeat delay = 500 ms, repeat period = 125 ms > > which correlates to > > cat /sys/class/rc/rc0/protocols > [lirc] > > i.e., the same effect as the manual intervetion of > > echo lirc > /sys/class/rc/rc0/protocols > > nonetheless, that _alone_, does NOT 'do the trick'. if those MCE* > kernel mods are around, i.e., if I have NOT disabled them in the kernel > (re)compile, or, similarly, use the distro-provided kernel which > compiles the mods by default, then -- at boot -- the Streamzap is > recognized/assigned as an MCE keyboard/remote. > > rand > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" > in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/