commit | d31b2865a4e8a9dd02f39e56c8fadb824c5e187b | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@caiaq.de> | Mon Aug 02 20:18:21 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Aug 02 20:30:04 2010 -0700 |
tree | cbe062757aa54c88c8e9ae2bf6ff87f791313c60 | |
parent | 987a6c0298260b7aa40702b349282554d6180e4b [diff] |
Input: dynamically allocate ABS information As all callers are now changed to only use the input_abs_*() access helpers, switching over to dynamically allocated ABS information is easy. This reduces size of struct input_dev from 3152 to 1640 on 64 bit architectures. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>