Re: [PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2015-01-12 Thread Pali Rohár
On Monday 12 January 2015 01:31:00 Dmitry Torokhov wrote: > On Fri, Nov 14, 2014 at 08:38:25PM +0100, Pali Rohár wrote: > > This patch adds sanity checks and reject trackstick packets > > from ALPS devices which do not have trackstick present > > (those without ALPS_DUALPOINT flag). > > > > Make

Re: [PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2015-01-12 Thread Pali Rohár
On Monday 12 January 2015 01:31:00 Dmitry Torokhov wrote: On Fri, Nov 14, 2014 at 08:38:25PM +0100, Pali Rohár wrote: This patch adds sanity checks and reject trackstick packets from ALPS devices which do not have trackstick present (those without ALPS_DUALPOINT flag). Make sure that

Re: [PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2015-01-11 Thread Dmitry Torokhov
On Fri, Nov 14, 2014 at 08:38:25PM +0100, Pali Rohár wrote: > This patch adds sanity checks and reject trackstick packets from ALPS devices > which do not have trackstick present (those without ALPS_DUALPOINT flag). > > Make sure that driver does not process some bogus packets as trackstick data

Re: [PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2015-01-11 Thread Dmitry Torokhov
On Fri, Nov 14, 2014 at 08:38:25PM +0100, Pali Rohár wrote: This patch adds sanity checks and reject trackstick packets from ALPS devices which do not have trackstick present (those without ALPS_DUALPOINT flag). Make sure that driver does not process some bogus packets as trackstick data

[PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2014-11-14 Thread Pali Rohár
This patch adds sanity checks and reject trackstick packets from ALPS devices which do not have trackstick present (those without ALPS_DUALPOINT flag). Make sure that driver does not process some bogus packets as trackstick data when there is no trackstick packet. Patch also write warning do

[PATCH 6/7] input: alps: Add sanity checks for non DualPoint devices

2014-11-14 Thread Pali Rohár
This patch adds sanity checks and reject trackstick packets from ALPS devices which do not have trackstick present (those without ALPS_DUALPOINT flag). Make sure that driver does not process some bogus packets as trackstick data when there is no trackstick packet. Patch also write warning do