From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chase Douglas Subject: Re: [PATCH 1/3] Input: synaptics - report clickpad property Date: Tue, 21 Dec 2010 11:37:39 -0500 Message-ID: <4D10D7D3.8040304@canonical.com> References: <1292852364-19127-1-git-send-email-rydberg@euromail.se> <1292852364-19127-2-git-send-email-rydberg@euromail.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from adelie.canonical.com ([91.189.90.139]:56533 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020Ab0LUQii (ORCPT ); Tue, 21 Dec 2010 11:38:38 -0500 In-Reply-To: <1292852364-19127-2-git-send-email-rydberg@euromail.se> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Henrik Rydberg Cc: Dmitry Torokhov , Jiri Kosina , Takashi Iwai , Chris Bagwell , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On 12/20/2010 08:39 AM, Henrik Rydberg wrote: > With the new input property interface, it is possible to report the > special quirks of a device using ioctl/sysfs. This patch sets up the > device as a pointer, and reports the clickpad functionality via the > INPUT_PROP_BUTTONPAD property. > > Signed-off-by: Henrik Rydberg Acked-by: Chase Douglas