From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932120AbbCEM5w (ORCPT ); Thu, 5 Mar 2015 07:57:52 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:37794 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753008AbbCEM5u (ORCPT ); Thu, 5 Mar 2015 07:57:50 -0500 Message-ID: <54F852C9.1010407@canonical.com> Date: Thu, 05 Mar 2015 07:57:45 -0500 From: Joseph Salisbury User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Azael Avalos CC: "linux-kernel@vger.kernel.org" , Darren Hart , "platform-driver-x86@vger.kernel.org" , stable@vger.kernel.org Subject: Re: [PATCH 2/2] toshiba_acpi: Add Satellite P50W-B to alternative keymap and create new mappings. References: <2c7d7f26e69b6e28e1f97be2d5021c0c46427d86.1425502427.git.joseph.salisbury@canonical.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/04/2015 07:05 PM, Azael Avalos wrote: > Hi there, > > 2015-03-04 14:52 GMT-07:00 Joseph Salisbury : > ... >> + { KE_KEY, 0x140, { KEY_BRIGHTNESSDOWN } }, >> + { KE_KEY, 0x141, { KEY_BRIGHTNESSUP } }, > ... > > These two are not neccesary, as they may collide with "previous song" > and "playpause" in case Toshiba (or its manufacturers) decide to use > those keys. > > If you can, please test the first two patches from the gmane archive [1], > they eliminate the need of the DMI matching list. And it would be great > to have more laptops tested. > > [1] http://comments.gmane.org/gmane.linux.drivers.platform.x86.devel/6602 > > > Cheers > Azael > > Thanks for the feedback, Azael. I'll spin up a kernel with the first two patches in that archive, and have them testing. I'll reply with the results. Thanks again, Joe