From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chase Douglas Subject: Re: [PATCH 1/2] Input: synaptics - add multitouch packet support Date: Mon, 13 Dec 2010 15:09:37 -0800 Message-ID: <4D06A7B1.6060609@canonical.com> References: <1292280948-1933-1-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]:51755 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284Ab0LMXJo (ORCPT ); Mon, 13 Dec 2010 18:09:44 -0500 In-Reply-To: <1292280948-1933-1-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/13/2010 02:55 PM, Henrik Rydberg wrote: > @@ -638,7 +677,7 @@ static void set_input_params(struct input_dev *dev, struct synaptics_data *priv) > __set_bit(BTN_LEFT, dev->keybit); > __set_bit(BTN_RIGHT, dev->keybit); > > - if (SYN_CAP_MULTIFINGER(priv->capabilities)) { > + if (SYN_CAP_MULTIFINGER(priv->capabilities) | priv->multitouch) { ^^ Although I think this is functionally correct, it is nevertheless a typo. Note that there's only one '|' where there should be two. Henrik, do you want to fix this, or would you like me to fix and resend? I've got no problems either way :). Thanks, -- Chase