]> git.baikalelectronics.ru Git - kernel.git/commit
Input: fix double equality sign in uevent
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 18 Dec 2010 19:28:26 +0000 (20:28 +0100)
committerHenrik Rydberg <rydberg@euromail.se>
Mon, 20 Dec 2010 08:37:37 +0000 (09:37 +0100)
commit64d96703aa85b568e5dfcddf38bbc9311d8fd3a2
tree123929b6feefb01b6ec020eea76701178137b790
parentaad8181def7c0e9b3efdfff7672f8b4a762f4978
Input: fix double equality sign in uevent

Looking at the uevent stream for input devices, all properties are on
the form "A=B" except the bitmap values, which are on the form
"A==B". This bug has been around at least since 2007, and the input
uevent code has been untouched since. The recent addition of device
properties suggests this is a good time for a remedy.

Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/input.c