Re: [PATCH v3 4/4] evdev: Fix reported resolution of Lenovo X230 touchpads

2015-04-16 Thread Peter Hutterer
On Thu, Apr 16, 2015 at 02:41:36PM -0400, Benjamin Tissoires wrote: > The Lenovo X230 advertise a vertical resolution of 136, which gives a size > of 31 mm. The actual size of the touchpad is 40mm, so override the > resolution to 100. > > /!\ This is a temporary fix. The proper fix should go in hw

[PATCH v3 4/4] evdev: Fix reported resolution of Lenovo X230 touchpads

2015-04-16 Thread Benjamin Tissoires
The Lenovo X230 advertise a vertical resolution of 136, which gives a size of 31 mm. The actual size of the touchpad is 40mm, so override the resolution to 100. /!\ This is a temporary fix. The proper fix should go in hwdb. /!\ Signed-off-by: Benjamin Tissoires --- changes to v1: - updated with