]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: bcm5974 - Drop the logical dimensions
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 15 Sep 2012 07:49:51 +0000 (09:49 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Sat, 15 Sep 2012 15:02:14 +0000 (17:02 +0200)
commit5b71c5f8b4c52f87fda81691d0bf440e98f0b87e
tree8f1316af57b6bc431208005325c37886686e0c38
parentcc77cbdb346e8773efae92a6d943d6d970766014
Input: bcm5974 - Drop the logical dimensions

The logical scale is used to produce special finger width values to
userspace, but has become an unnecessary restriction for everything
else.  Also, the bcm5974 trackpads are very accurate and work well
without hysteresis.

This patch simplifies the driver and device data by removing the
logical scale, and by moving the special synaptics code out of the
main path.  Also add the orientation range, needed in a subsequent
patch, to the device configuration.

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