Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-03-02 Thread Dmitry Torokhov
Hi Jeff, On Mon, Mar 02, 2015 at 04:14:37PM -0600, Jeff Epler wrote: > 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

Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-03-02 Thread Jeff Epler
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 af

Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-02-28 Thread Hans de Goede
Hi, On 28-02-15 01:18, Dmitry Torokhov wrote: PNP IDs are supposed to be case-insensitive and so we should compare them as such. Signed-off-by: Dmitry Torokhov Looks good: Acked-by: Hans de Goede Regards, Hans --- drivers/input/mouse/psmouse-base.c | 39 ++

[PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-02-27 Thread Dmitry Torokhov
PNP IDs are supposed to be case-insensitive and so we should compare them as such. Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/psmouse-base.c | 39 +++--- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/drivers/input/mouse/psmouse-base.c