From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755157AbbLKLuO (ORCPT ); Fri, 11 Dec 2015 06:50:14 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:38127 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbbLKLuM (ORCPT ); Fri, 11 Dec 2015 06:50:12 -0500 Date: Fri, 11 Dec 2015 12:50:09 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, Hans de Goede , Benjamin Tissoires , Thomas Hellstrom , jckeerthan@gmail.com, till2.schaefer@uni-dortmund.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] Input: psmouse - limit protocols that we try on passthrough ports Message-ID: <20151211115009.GL12308@pali> References: <1448774036-39040-1-git-send-email-dmitry.torokhov@gmail.com> <1448774036-39040-7-git-send-email-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1448774036-39040-7-git-send-email-dmitry.torokhov@gmail.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 28 November 2015 21:13:56 Dmitry Torokhov wrote: > PS/2 protocol is slow, and using it with pass-through port (where we > encapsulate PS/2 into PS/2) is slower yet so it takes quite a bit of time > to do full protocol discovery for device attached to a pass-through port. > However, so far we have not see anything but trackpoints or basic PS/2 > mice on pass-through ports, so let's limit protocols that we probe there > to Trackpoint, IntelliMouse Explorer, IntelliMouse, and bare PS/2 protocol, > and avoid other extended protocols, such as Synaptics, ALPS, etc. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Pali Rohár Thanks for this patch series! -- Pali Rohár pali.rohar@gmail.com