Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753980Ab2BDQJH (ORCPT ); Sat, 4 Feb 2012 11:09:07 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:63042 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753559Ab2BDQJF (ORCPT ); Sat, 4 Feb 2012 11:09:05 -0500 From: "benjamin.tissoires" To: "benjamin.tissoires" , Dmitry Torokhov , Henrik Rydberg , Jiri Kosina , Stephane Chatty , Mohamed Ikbel Boulabiar , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [patch v3 0/3] Support of Perixx Peripad 701 for hid-multitouch Date: Sat, 4 Feb 2012 17:08:47 +0100 Message-Id: <1328371730-10944-1-git-send-email-benjamin.tissoires@gmail.com> X-Mailer: git-send-email 1.7.7.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 20 Hi Guys, 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) Cheers, Benjamin -- 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/