答复: 答复: 答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-06-16 Thread Xiaoxiao Liu
affect by other vendors Touchpad format. So alps.c is no need for CS19 device. Best Regards Shona -邮件原件- 发件人: Pali Rohár 发送时间: Wednesday, June 12, 2019 1:39 AM 收件人: dmitry.torok...@gmail.com 抄送: Hui Wang ; 劉 曉曉 Xiaoxiao Liu ; XiaoXiao Liu ; peter.hutte...@who-t.net; linux-in...@vger.k

答复: 答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-06-10 Thread Xiaoxiao Liu
-邮件原件- 发件人: Pali Rohár 发送时间: Monday, June 10, 2019 6:43 PM 收件人: 劉 曉曉 Xiaoxiao Liu 抄送: XiaoXiao Liu ; dmitry.torok...@gmail.com; peter.hutte...@who-t.net; hui.w...@canonical.com; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; 曹 曉建 Xiaojian Cao ; zhang...@lenovo.com; 斉藤 直樹

答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-06-10 Thread Xiaoxiao Liu
++ Saito-san. -邮件原件- 发件人: 劉 曉曉 Xiaoxiao Liu 发送时间: Monday, June 10, 2019 5:20 PM 收件人: Pali Rohár 抄送: XiaoXiao Liu ; dmitry.torok...@gmail.com; peter.hutte...@who-t.net; hui.w...@canonical.com; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; 曹 曉建 Xiaojian Cao ; zhang

答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-06-10 Thread Xiaoxiao Liu
Hi Pali, We register our CS19 device as ALPS_ONLY_TRACKSTICK device. And let the V8 protocol function support the process of ALPS_ONLY_TRACKSTICK device. I want to confirm if this solution OK? Xiaoxiao.Liu -邮件原件- 发件人: 劉 曉曉 Xiaoxiao Liu 发送时间: Tuesday, May 28, 2019 3:55 PM 收件人: Pali

答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-05-28 Thread Xiaoxiao Liu
Add Kawase-san. -邮件原件- 发件人: Pali Rohár 发送时间: Tuesday, May 28, 2019 3:18 PM 收件人: 劉 曉曉 Xiaoxiao Liu 抄送: XiaoXiao Liu ; dmitry.torok...@gmail.com; peter.hutte...@who-t.net; hui.w...@canonical.com; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; 曹 曉建 Xiaojian Cao ; zhang

答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-05-27 Thread Xiaoxiao Liu
our device did not meet the condition if (reg_val == 0x0C || reg_val == 0x1D) from the running result. Xiaoxiao Liu xiaoxiao.li...@cn.alps.com sliuuxiaonx...@gmail.com -邮件原件- 发件人: Pali Rohár 发送时间: Monday, May 27, 2019 6:09 PM 收件人: XiaoXiao Liu 抄送: dmitry.torok...@gmail.com; p

[PATCH] input: alps-fix the issue alps cs19 trackstick do not work.

2019-05-27 Thread XiaoXiao Liu
will not work. solution: when the alps cs19 device detected, set the device ALPS_DUALPOINT flag,then the input data will be processed. Signed-off-by: XiaoXiao Liu --- drivers/input/mouse/alps.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/drivers

答复: 答复: 答复: [PATCH] input: alps-fix the issue the special alps trackpoint do not work.

2019-05-22 Thread Xiaoxiao Liu
eed is not ideal. Then we choose the standard mouse driver. XiaoXiao Liu sliuuxiaonx...@gmail.com xiaoxiao.li...@cn.alps.com > > -邮件原件- 发件人: Pali Rohár 发送时间: Wednesday, May 22, 2019 2:36 PM 收件人: 劉 曉曉 Xiaoxiao Liu 抄送: Hui Wang ; XiaoXiao Liu ; dmitry.torok...@gmail.c

答复: 答复: [PATCH] input: alps-fix the issue the special alps trackpoint do not work.

2019-05-21 Thread Xiaoxiao Liu
0x03 && (e7[2] == 0x14 || e7[2] == 0x28) && (alps_check_is_trackpoint(psmouse) != 0) ) { protocol = _v8_protocol_data; } Best Regards XiaoXiao Liu sliuuxiaonx...@gmail.com xiaoxiao.li...@cn.alps.com -邮件原件- 发件人: Pali Rohár 发送时间: Tuesday, May 21, 20

答复: [PATCH] input: alps-fix the issue the special alps trackpoint do not work.

2019-05-20 Thread Xiaoxiao Liu
Add Pali Rohár. -邮件原件- 发件人: XiaoXiao Liu 发送时间: Monday, May 20, 2019 7:02 PM 收件人: dmitry.torok...@gmail.com 抄送: linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; hui.w...@canonical.com; 曹 �越� Xiaojian Cao ; zhang...@lenovo.com; �� Xiaoxiao Liu ; XiaoXiao Liu 主题: [PATCH

[PATCH] input: alps-fix the issue the special alps trackpoint do not work.

2019-05-20 Thread XiaoXiao Liu
when the alps trackpoint is detected and using the alps_v8_protocol_data procotol, the alps driver will not report the input data. solution: use standard mouse driver instead of alps driver when the specail trackpoint was detected. Signed-off-by: XiaoXiao Liu --- drivers/input/mouse/alps.c