Input: add gpio-mouse driver
authorHans-Christian Egtvedt <hcegtvedt@norway.atmel.com>
Fri, 15 Jun 2007 03:32:35 +0000 (23:32 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:17 +0000 (00:35 -0400)
commit5f5655023f2814969b744c1e07494666587243aa
treedd4d387a5c4505df663a38299901d0cb81f4effa
parent9657d75c5f0f7d0a9cb507521d3ad1436aea28c9
Input: add gpio-mouse driver

Adds support for simulating a mouse using GPIO lines. The driver
needs an appropriate platform device to be created by architecture
code.

The driver has been tested on AT32AP7000 microprocessor using the
ATSTK1000 development board.

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/Kconfig
drivers/input/mouse/Makefile
drivers/input/mouse/gpio_mouse.c [new file with mode: 0644]
include/linux/gpio_mouse.h [new file with mode: 0644]