From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752616Ab1ACWNh (ORCPT ); Mon, 3 Jan 2011 17:13:37 -0500 Received: from adelie.canonical.com ([91.189.90.139]:53006 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285Ab1ACWNf (ORCPT ); Mon, 3 Jan 2011 17:13:35 -0500 Message-ID: <4D224A0B.8010408@canonical.com> Date: Mon, 03 Jan 2011 17:13:31 -0500 From: Chase Douglas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Jiri Kosina CC: Michael Poole , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] HID: magicmouse: Don't report REL_{X,Y} for Magic Trackpad References: <1291849685-2623-1-git-send-email-chase.douglas@canonical.com> <4D00F217.6050609@canonical.com> In-Reply-To: <4D00F217.6050609@canonical.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/09/2010 10:13 AM, Chase Douglas wrote: > On 12/09/2010 05:41 AM, Jiri Kosina wrote: >> On Wed, 8 Dec 2010, Chase Douglas wrote: >> >>> With the recent switch to having the hid layer handle standard axis >>> initialization, the Magic Trackpad now reports relative axes. This would >>> be fine in the normal mode, but the driver puts the device in multitouch >>> mode where no relative events are generated. Also, userspace software >>> depends on accurate axis information for device type detection. Thus, >>> ignoring the relative axes from the Magic Trackpad is best. >> >> Applied, thank you. I take it this should better go into .37 still, right? > > Yes, please. Jiri, It looks like this never got pushed to .37. Can you add "Cc: stable@kernel.org" to the SOB area and push it? Thanks, -- Chase