Re: [PATCH 5/6] Input: ati-remote2 - switch to using new keycode interface

2010-09-15 Thread Dmitry Torokhov
On Thu, Sep 16, 2010 at 12:04:19AM +0300, Ville Syrjälä wrote: > On Mon, Sep 13, 2010 at 09:28:07AM -0700, Dmitry Torokhov wrote: > > On Thu, Sep 09, 2010 at 03:40:04PM +0300, Ville Syrjälä wrote: > > > On Wed, Sep 08, 2010 at 12:42:05AM -0700, Dmitry Torokhov wrote: > > > > Switch the code to use

Re: [PATCH 5/6] Input: ati-remote2 - switch to using new keycode interface

2010-09-15 Thread Ville Syrjälä
On Mon, Sep 13, 2010 at 09:28:07AM -0700, Dmitry Torokhov wrote: > On Thu, Sep 09, 2010 at 03:40:04PM +0300, Ville Syrjälä wrote: > > On Wed, Sep 08, 2010 at 12:42:05AM -0700, Dmitry Torokhov wrote: > > > Switch the code to use new style of getkeycode and setkeycode > > > methods to allow retrievin

Re: [PATCH 5/6] Input: ati-remote2 - switch to using new keycode interface

2010-09-13 Thread Dmitry Torokhov
On Thu, Sep 09, 2010 at 03:40:04PM +0300, Ville Syrjälä wrote: > On Wed, Sep 08, 2010 at 12:42:05AM -0700, Dmitry Torokhov wrote: > > Switch the code to use new style of getkeycode and setkeycode > > methods to allow retrieving and setting keycodes not only by > > their scancodes but also by index.

Re: [PATCH 5/6] Input: ati-remote2 - switch to using new keycode interface

2010-09-09 Thread Ville Syrjälä
On Wed, Sep 08, 2010 at 12:42:05AM -0700, Dmitry Torokhov wrote: > Switch the code to use new style of getkeycode and setkeycode > methods to allow retrieving and setting keycodes not only by > their scancodes but also by index. > > Signed-off-by: Dmitry Torokhov > --- > > drivers/input/misc/at

[PATCH 5/6] Input: ati-remote2 - switch to using new keycode interface

2010-09-08 Thread Dmitry Torokhov
Switch the code to use new style of getkeycode and setkeycode methods to allow retrieving and setting keycodes not only by their scancodes but also by index. Signed-off-by: Dmitry Torokhov --- drivers/input/misc/ati_remote2.c | 93 +++--- 1 files changed, 65 in