Re: [PATCH] Fix V8 device information issue

2017-03-10 Thread Pali Rohár
Hi! I have just two notes: On Friday 10 March 2017 07:41:47 Masaki Ota wrote: ... > + x_phys = x_pitch * (num_x_electrode - 1); /* In 0.1 mm units */ > + y_phys = y_pitch * (num_y_electrode - 1); /* In 0.1 mm units */ ... > + priv->x_res = priv->x_max * 10 / x_p

[PATCH] Fix V8 device information issue

2017-03-09 Thread Masaki Ota
From: Masaki Ota -Fix the issue that V8(E7=73 03 28) devices are not assined correct device information from OTP. -Specified correct OTP bit for the V8 device setting of Button pad, DualPoint and Touchpad size. Signed-off-by: Masaki Ota --- drivers/input/mouse/alps.c | 74