commit | fcd3027abbbcc26248714eddae40af3fb3c8a82e | [log] [tgz] |
---|---|---|
author | Henrik Rydberg <rydberg@euromail.se> | Sat Dec 18 20:28:26 2010 +0100 |
committer | Henrik Rydberg <rydberg@euromail.se> | Mon Dec 20 09:37:37 2010 +0100 |
tree | 123929b6feefb01b6ec020eea76701178137b790 | |
parent | 85b7720039fc000b561c20fe2aaa3b54cddae4a7 [diff] |
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>