Re: [PATCH v4 1/1] Input: Improve the performance of alps v5-protocol's touchpad
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2013-12-02 06:41:24
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2013-12-02 06:41:24
Hi Yunkang, On Mon, Oct 21, 2013 at 07:41:50PM +0800, Yunkang Tang wrote:
+static void alps_process_packet_v5(struct psmouse *psmouse)
+{
+ unsigned char *packet = psmouse->packet;
+
+ /* Ignore stick point data */
+ if (packet[0] == 0xD8)
+ return;Why are we ignoring trackstick data? If there Dolphin models with tracksticks that would basically "break" the device for users compared withe the emulated Explorer PS/2 mode. Thanks. -- Dmitry