Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754874Ab2BFMYF (ORCPT ); Mon, 6 Feb 2012 07:24:05 -0500 Received: from cantor2.suse.de ([195.135.220.15]:60127 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754193Ab2BFMYE (ORCPT ); Mon, 6 Feb 2012 07:24:04 -0500 Date: Mon, 6 Feb 2012 13:24:01 +0100 (CET) From: Jiri Kosina To: Henrik Rydberg Cc: "benjamin.tissoires" , Dmitry Torokhov , Stephane Chatty , Mohamed Ikbel Boulabiar , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch In-Reply-To: <20120206083909.GA3972@polaris.bitmath.org> Message-ID: References: <1328371730-10944-1-git-send-email-benjamin.tissoires@gmail.com> <20120206083909.GA3972@polaris.bitmath.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 26 On Mon, 6 Feb 2012, Henrik Rydberg wrote: > > This is the v3 of the support of Perixx Peripad 701. > > > > I included the changes asked by Henrik & Dmitry: > > - code = ((usage->hid - 1) & HID_USAGE) + BTN_MOUSE; > > + code = BTN_MOUSE + ((usage->hid - 1) & HID_USAGE); > > use of min; > > remove remove the call to input_mt_report_finger_count; > > remove debug information; > > some cosmetic changes (parenthesis, typos) > > Looking good now, thanks. > > Acked-by: Henrik Rydberg I have now applied the patchset. Thanks everybody. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/