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>
Wed, 19 Sep 2012 17:50:22 +0000 (19:50 +0200)
commit0e7269669d4cd14a49b4e5c708b8be0ba11504f7
tree8f1316af57b6bc431208005325c37886686e0c38
parentf17953abc92a7d536f4b9b9ce42cf8e07d8d3489
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>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/mouse/bcm5974.c