From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Chiappero Subject: Re: [PATCH 12/25] sony-laptop: input core improvements improvements Date: Sat, 04 Jun 2011 12:42:47 +0200 Message-ID: <4DEA0C27.1000508@absence.it> References: <4DE8FC4A.9010401@absence.it> <4DE9012E.5040207@absence.it> <20110604080717.GC7194@kamineko.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from aa013-1msr.fastwebnet.it ([62.101.93.133]:49961 "EHLO aa013-1msr.fastwebnet.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054Ab1FDKmv (ORCPT ); Sat, 4 Jun 2011 06:42:51 -0400 In-Reply-To: <20110604080717.GC7194@kamineko.org> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Mattia Dongili Cc: Matthew Garrett , platform-driver-x86@vger.kernel.org, linux-wireless@vger.kernel.org, Johannes Berg , Dmitry Torokhov Il 04/06/2011 10:07, Mattia Dongili ha scritto: > On Fri, Jun 03, 2011 at 05:43:42PM +0200, Marco Chiappero wrote: >> The code is now forwarding the SW_RFKILL_ALL event; added a couple > > I don't think we should do this. As far as I know this event should be forwarded and the rfkill-input code removed as soon as there is enough userspace support. Another platform driver (thinkpad_acpi) is using it. What is right and what is wrong? Should it be removed from thinkpad_acpi too?