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 platform

[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:

Re: [PATCH 1/1] gpio_mouse driver

2007-05-30 Thread Hans-Christian Egtvedt
On Tue, 2007-05-29 at 11:36 -0400, Dmitry Torokhov wrote: Hi, On 5/29/07, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: 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

Re: [PATCH 1/1] gpio_mouse driver

2007-05-30 Thread Dmitry Torokhov
On 5/30/07, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Tue, 2007-05-29 at 11:36 -0400, Dmitry Torokhov wrote: Hi, On 5/29/07, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: This patch adds support for simulating a mouse using GPIO lines. The driver needs a platform_data struct

Re: [PATCH 1/1] gpio_mouse driver

2007-05-29 Thread Dmitry Torokhov
Hi, On 5/29/07, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: 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