Re: [PATCH 1/1] gpio_mouse driver (rewritten to GIT kernel)

2007-06-05 Thread Hans-Christian Egtvedt
On Sat, 2007-06-02 at 00:24 -0400, Dmitry Torokhov wrote: > Hi, > > On Thursday 31 May 2007 07:38, Hans-Christian Egtvedt wrote: > > This patch adds support for simulating a mouse using GPIO lines. > > > > Thank you for updating the patch. It looks much better now, I see only > couple of issues:

Re: [PATCH 1/1] gpio_mouse driver (rewritten to GIT kernel)

2007-06-01 Thread Dmitry Torokhov
Hi, On Thursday 31 May 2007 07:38, Hans-Christian Egtvedt wrote: > This patch adds support for simulating a mouse using GPIO lines. > Thank you for updating the patch. It looks much better now, I see only couple of issues: > + > + if (!pdata) { > + dev_dbg(&pdev->dev, "no platfo

[PATCH 1/1] gpio_mouse driver (rewritten to GIT kernel)

2007-05-31 Thread Hans-Christian Egtvedt
This patch adds support for simulating a mouse using GPIO lines. The driver needs a platform_data struct to be defined and registered with the appropriate platform_device. The driver has been tested on AT32AP7000 microprocessor using the ATSTK1000 development board. Signed-off-by: Hans-Christian