input: mt: Break out slots handling
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 27 Nov 2010 08:16:48 +0000 (09:16 +0100)
committerHenrik Rydberg <rydberg@euromail.se>
Thu, 16 Dec 2010 09:39:57 +0000 (10:39 +0100)
commit47c78e891323513e9909729b44033e2c6649e2b7
tree828e0da90418a890653ef2f0af3cf81714fe5c80
parentc8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4
input: mt: Break out slots handling

In preparation for common code to handle a larger set of MT slots
devices, move the slots handling over to a separate file.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/hid/hid-3m-pct.c
drivers/input/Makefile
drivers/input/input-mt.c [new file with mode: 0644]
drivers/input/input.c
drivers/input/misc/uinput.c
drivers/input/tablet/wacom_wac.c
drivers/input/touchscreen/wacom_w8001.c
include/linux/input.h
include/linux/input/mt.h [new file with mode: 0644]