Hi Kamal,

On Mon, Nov 19, 2012 at 03:30:37PM -0800, Kamal Mostafa wrote:
> @@ -321,6 +323,13 @@ static irqreturn_t psmouse_interrupt(struct serio *serio,
>       if (psmouse->state <= PSMOUSE_RESYNCING)
>               goto out;
>  
> +     /* For Cypress Trackpad to read some special data more than 6 bytes. */
> +     if (psmouse->state == PSMOUSE_CMD_CYTP) {
> +             psmouse->packet[psmouse->pktcnt++] = data;
> +             wake_up(&psmouse->ps2dev.wait);
> +             goto out;
> +     }

Instead of doing this have you tried extending size of cmdbuf in ps2dev
structure to 8?

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to