From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] input: avoid negative input device numbers Date: Wed, 8 Oct 2014 14:30:51 -0700 Message-ID: <20141008213051.GD15198@dtor-ws> References: <20141008224245.601a1339@frodo> <20141008212538.GB15198@dtor-ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pd0-f175.google.com ([209.85.192.175]:51354 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755565AbaJHVa7 (ORCPT ); Wed, 8 Oct 2014 17:30:59 -0400 Content-Disposition: inline In-Reply-To: <20141008212538.GB15198@dtor-ws> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Richard Leitner Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, richard.leitner@skidata.com 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 integer value. > > Well, it is going to take us a while to get there :) > > Applied, thank you. By the way, we have similar issue in serio and gameport code, mind sending fixes for them as well? Thanks. -- Dmitry