[PATCH 3/7] input: alps: Move alps_dolphin_get_device_area into alps_hw_init_dolphin_v1

2014-11-14 Thread Pali Rohár
This patch moves function call alps_dolphin_get_device_area() from function alps_identify() to alps_hw_init_dolphin_v1() so alps_identify() will not call any other psmouse commands. Signed-off-by: Pali Rohár --- drivers/input/mouse/alps.c | 13 +++-- 1 file changed, 7 insertions(+), 6

[PATCH 3/7] input: alps: Move alps_dolphin_get_device_area into alps_hw_init_dolphin_v1

2014-11-14 Thread Pali Rohár
This patch moves function call alps_dolphin_get_device_area() from function alps_identify() to alps_hw_init_dolphin_v1() so alps_identify() will not call any other psmouse commands. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- drivers/input/mouse/alps.c | 13 +++-- 1 file