commit | 8523ed6fb2ca04973fe759fda8ab4af72492fc7e | [log] [tgz] |
---|---|---|
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | Sun Sep 23 11:39:01 2007 -0300 |
committer | Len Brown <len.brown@intel.com> | Sun Sep 23 22:38:14 2007 -0400 |
tree | 4f5e3926533d1e24e59ab6cdc9d28a9d9eba5e6b | |
parent | f4e1e43c607b5ead89b2135c348392810420de69 [diff] |
ACPI: thinkpad-acpi: add mutex-based locking to input device event send path Protect the input device event sending path with a mutex, since hot key input events are not atomic and require an cohesive event block to be sent together. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>