Re: [PATCH 1/1] gpio_mouse driver

2007-05-29 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 > > appr

Re: Annoying keys on AT keyboards

2007-05-29 Thread Dmitry Torokhov
Hi, On Tuesday 29 May 2007 18:21, Bastien Nocera wrote: > Heya, > > My Dell laptop has a good bunch of keys that show this behaviour: > Apr 25 11:23:10 snoogens kernel: atkbd.c: Unknown key pressed > (translated set 2, > code 0x87 on isa0060/serio0). > Apr 25 11:23:10 snoogens kernel: atkbd.c: Us

Re: [PATCH] new driver for wireless xbox receiver for review

2007-05-29 Thread Brian Magnuson
Hi Dimitri, Thanks for taking the time to review. My reponses are inline. -Brian * Dmitry Torokhov <[EMAIL PROTECTED]> [2007-05-29 20:03]: > > Thnk you for the patch. Looking at the code I do not see one device > supporintg multiple controllers... You have one input device per usb > device/int

Annoying keys on AT keyboards

2007-05-29 Thread Bastien Nocera
Heya, My Dell laptop has a good bunch of keys that show this behaviour: Apr 25 11:23:10 snoogens kernel: atkbd.c: Unknown key pressed (translated set 2, code 0x87 on isa0060/serio0). Apr 25 11:23:10 snoogens kernel: atkbd.c: Use 'setkeycodes e007 ' to make it known. Given that all Dell laptops ge

Mail delivery failed: returning message to sender

2007-05-29 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] SMTP error from remote mailer after RCPT TO:<[EMAIL PROTECTED]>:

Re: [PATCH] new driver for wireless xbox receiver for review

2007-05-29 Thread Dmitry Torokhov
Hi Brian, On 5/29/07, Brian Magnuson <[EMAIL PROTECTED]> wrote: Hi, This patch implements a driver for the "Microsoft Xbox 360 Wireless Receiver for Windows" that was recently released. It seems to mostly "just work" for the basics at this point and I'd like to get some feedback on it since th

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

[PATCH 1/1] gpio_mouse driver

2007-05-29 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

Re: [PATCH] ACPI: thinkpad-acpi: add thinkpad keys to input.h

2007-05-29 Thread Henrique de Moraes Holschuh
On Mon, 28 May 2007, Dmitry Torokhov wrote: > On Sunday 27 May 2007 08:15, Henrique de Moraes Holschuh wrote: > > On Sat, 26 May 2007, Dmitry Torokhov wrote: > > > I am unconvinced that we need new keycodes. Isn't there a better default > > > keycodes for these keys? You mentioned that fn+f5 contro

[PATCH 1/1] gpio_mouse driver

2007-05-29 Thread Hans-Christian Egtvedt
From: Hans-Christian Egtvedt <[EMAIL PROTECTED]> 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