Re: [PATCH 4/6] Input: winbond-cir - switch to using new keycode interface
From: David Härdeman <david@hardeman.nu>
Date: 2010-09-08 21:16:20
Also in:
linux-media
From: David Härdeman <david@hardeman.nu>
Date: 2010-09-08 21:16:20
Also in:
linux-media
On Wed, Sep 08, 2010 at 12:42:00AM -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 <redacted> --- drivers/input/misc/winbond-cir.c | 248 +++++++++++++++++++++++++------------- 1 files changed, 163 insertions(+), 85 deletions(-)
Thanks for doing the conversion for me, but I think you can skip this patch. The driver will (if I understood your patchset correctly) still work with the old get/setkeycode ioctls and I have a patch lined up that converts winbond-cir.c to use ir-core which means all of the input related code is removed. -- David Härdeman