From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755105AbbCBWOn (ORCPT ); Mon, 2 Mar 2015 17:14:43 -0500 Received: from rrcs-76-79-27-186.west.biz.rr.com ([76.79.27.186]:47967 "EHLO rrcs-76-79-27-186.west.biz.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754217AbbCBWOm (ORCPT ); Mon, 2 Mar 2015 17:14:42 -0500 Date: Mon, 2 Mar 2015 16:14:37 -0600 From: Jeff Epler To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, Hans de Goede , Benjamin Tissoires , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case Message-ID: <20150302221435.GA668@unpythonic.net> References: <20150228001852.GA18983@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150228001852.GA18983@dtor-ws> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 04:18:52PM -0800, Dmitry Torokhov wrote: > PNP IDs are supposed to be case-insensitive and so we should compare > them as such. Have specific systems popped up which need this fix, or is it just in the interests of being correct? If there are specific system(s) that are affected, it would be valuable to list them or at least say so. Jeff