]> git.baikalelectronics.ru Git - kernel.git/commit
Input: avoid negative input device numbers
authorRichard Leitner <richard.leitner@skidata.com>
Wed, 8 Oct 2014 21:24:15 +0000 (14:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 9 Oct 2014 22:27:24 +0000 (15:27 -0700)
commit86e3c603d5983d8043d901d81708c01d688b70ba
tree400ccefae0b821b6eb77bde90e9b094176e29546
parent551429b4b0237f6e40e3aa737f47e764a837748b
Input: avoid negative input device numbers

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 <richard.leitner@skidata.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/input.c