commit | 987a6c0298260b7aa40702b349282554d6180e4b | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@caiaq.de> | Mon Aug 02 20:15:17 2010 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Aug 02 20:29:56 2010 -0700 |
tree | 29d0873435221a6d731267efc2412814440e4a28 | |
parent | 7957e9c4d175cc065f4277211fcb7d784fcee860 [diff] |
Input: switch to input_abs_*() access functions Change all call sites in drivers/input to not access the ABS axis information directly anymore. Make them use the access helpers instead. Also use input_set_abs_params() when possible. Did some code refactoring as I was on it. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>