Re: Unknown ALPS touchpad

2017-02-21 Thread Marcos Paulo de Souza
On Tue, Feb 21, 2017 at 09:34:39AM +0100, Pali Rohár wrote: > On Tuesday 21 February 2017 03:10:06 Masaki Ota wrote: > > Hi, Pali, > > > > I know these devices, and they are supported in new kernel. > > I'm not sure when they are supported from. > > In alps.c has below code. > > > > static int al

Re: Unknown ALPS touchpad

2017-02-21 Thread Pali Rohár
On Tuesday 21 February 2017 03:10:06 Masaki Ota wrote: > Hi, Pali, > > I know these devices, and they are supported in new kernel. > I'm not sure when they are supported from. > In alps.c has below code. > > static int alps_identify(struct psmouse *psmouse, struct alps_data *priv) > {... > ... >

RE: Unknown ALPS touchpad

2017-02-20 Thread Masaki Ota
Hi, Pali, I know these devices, and they are supported in new kernel. I'm not sure when they are supported from. In alps.c has below code. static int alps_identify(struct psmouse *psmouse, struct alps_data *priv) {... ... if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0x50 &&