]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita5d6af33ff7d0a9e90da08aa784604867e682701
treedd4d387a5c4505df663a38299901d0cb81f4effa
parentb04a4ec889f54633194b33a31af1cd439b4cd46c
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]