]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: bcm5974 - Drop the logical dimensions
authorHenrik Rydberg <rydberg@euromail.se>
Sun, 12 Aug 2012 20:06:46 +0000 (22:06 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Mon, 10 Sep 2012 18:00:00 +0000 (20:00 +0200)
commitf2b2acb199d7ee97efc0194625c783820a58f6d9
tree8be7ebdb77d8e6a45ccdfe8d20fa2e56e576d3ec
parent2507f1914ee892f6fc420a7f0dee9e24cc3863e4
Input: bcm5974 - Drop the logical dimensions

The logical scale was previously used to produce special width values
to userspace, and its only present use is to put "pressure" hysteresis
on a common scale. However, bcm5974 trackpads are very accurate and
work well without hysteresis.

This patch simplifies the driver and device data by removing the logical
scale altogether. While at it, the fake pressure range is replaced by the
orientation range, which will be used in a subsequent patch.

Tested-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/mouse/bcm5974.c