Re: [PATCH v2] psmouse - focaltech pass finger width to userspace

2015-04-19 Thread Dmitry Tunin
> 18.04.2015 16:35, Dmitry Tunin пишет: >> Focaltech touchpads report finger width in packet[5] of absolute packet. >> Range for width in raw format is 0x10 - 0x70. Second half-byte is always 0. >> 0xff is reported, when a large contact area is detected. >> This can be handled in userspace. >> >> S

Re: [PATCH v2] psmouse - focaltech pass finger width to userspace

2015-04-18 Thread Dmitry Tunin
18.04.2015 16:35, Dmitry Tunin пишет: > Focaltech touchpads report finger width in packet[5] of absolute packet. > Range for width in raw format is 0x10 - 0x70. Second half-byte is always 0. > 0xff is reported, when a large contact area is detected. > This can be handled in userspace. > > Signed-o

[PATCH v2] psmouse - focaltech pass finger width to userspace

2015-04-18 Thread Dmitry Tunin
Focaltech touchpads report finger width in packet[5] of absolute packet. Range for width in raw format is 0x10 - 0x70. Second half-byte is always 0. 0xff is reported, when a large contact area is detected. This can be handled in userspace. Signed-off-by: Dmitry Tunin --- drivers/input/mouse/foca