commit | b58f7086d52c0ac6c879ee5aaf7c276e17768e5b | [log] [tgz] |
---|---|---|
author | Henrik Rydberg <rydberg@euromail.se> | Wed Jun 23 09:17:56 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jun 23 13:04:42 2010 -0700 |
tree | b4dc1d1b516f36bdf5cda18af3a8a28d5706068a | |
parent | 4aaf504670e38da9cb929988cdce05648fa635a7 [diff] |
Input: evdev - convert to dynamic event buffer Allocate the event buffer dynamically, and prepare to compute the buffer size in a separate function. This patch defines the size computation to be identical to the current code, and does not contain any logical changes. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>