Re: [PATCH] input: avoid negative input device numbers

2014-10-08 Thread Richard Leitner
On Wed, 8 Oct 2014 14:30:51 -0700 Dmitry Torokhov wrote: > On Wed, Oct 08, 2014 at 02:25:38PM -0700, Dmitry Torokhov wrote: > > On Wed, Oct 08, 2014 at 10:42:45PM +0200, Richard Leitner wrote: > > > From: Richard Leitner > > > > > > Fix the format string for input device name generation to avoi

Re: [PATCH] input: avoid negative input device numbers

2014-10-08 Thread Dmitry Torokhov
On Wed, Oct 08, 2014 at 02:25:38PM -0700, Dmitry Torokhov wrote: > On Wed, Oct 08, 2014 at 10:42:45PM +0200, Richard Leitner wrote: > > From: Richard Leitner > > > > Fix the format string for input device name generation to avoid negative > > device numbers when the id exceeds the maximum signed

Re: [PATCH] input: avoid negative input device numbers

2014-10-08 Thread Dmitry Torokhov
On Wed, Oct 08, 2014 at 10:42:45PM +0200, Richard Leitner wrote: > From: Richard Leitner > > Fix the format string for input device name generation to avoid negative > device numbers when the id exceeds the maximum signed integer value. Well, it is going to take us a while to get there :) Appli

[PATCH] input: avoid negative input device numbers

2014-10-08 Thread Richard Leitner
From: Richard Leitner Fix the format string for input device name generation to avoid negative device numbers when the id exceeds the maximum signed integer value. Signed-off-by: Richard Leitner --- drivers/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive