[PATCH 2/7] input: alps: Move trackstick detection to alps_hw_init_*

2014-11-14 Thread Pali Rohár
Now when alps_identify() does not need do trackstick detection it is safe to move code init hw_init functions. This patch also fix trackstick detection in function alps_hw_init_v3() which remove ALPS_DUALPOINT flag when trackstick is not detected. Signed-off-by: Pali Rohár ---

[PATCH 2/7] input: alps: Move trackstick detection to alps_hw_init_*

2014-11-14 Thread Pali Rohár
Now when alps_identify() does not need do trackstick detection it is safe to move code init hw_init functions. This patch also fix trackstick detection in function alps_hw_init_v3() which remove ALPS_DUALPOINT flag when trackstick is not detected. Signed-off-by: Pali Rohár pali.ro...@gmail.com