Re: [PATCH] input: driver for USB VoIP phones with CM109 chipset

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alfred E. Heggestad
Date: Saturday, June 21, 2008 - 3:23 pm

Hi Dmitry

Dmitry Torokhov wrote:

do you think we could add a new KEY_KPPOUND to include/linux/input.h ?

I just had a quick look in latest git, but could not find anything..
do you want me to define a key and make a patch for you?

BTW, for now I have defined a work-around in my cm109 driver:

#ifndef KEY_KPPOUND
#define KEY_KPPOUND (KEY_LEFTSHIFT | KEY_3 << 8)
#endif

that hack was "copied" from drivers/input/misc/yealink.c

         case 0x32: return KEY_LEFTSHIFT |
                           KEY_3 << 8;   /*   #          */



/alfred


<snip>
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] input: driver for USB VoIP phones with CM109 chipset, Alfred E. Heggestad, (Thu Feb 7, 11:38 am)
Re: [PATCH] input: driver for USB VoIP phones with CM109 c ..., Alfred E. Heggestad, (Fri Feb 8, 2:23 pm)
Re: [PATCH] input: driver for USB VoIP phones with CM109 c ..., Alfred E. Heggestad, (Mon Mar 3, 3:07 pm)
Re: [PATCH] input: driver for USB VoIP phones with CM109 c ..., Alfred E. Heggestad, (Sat Jun 21, 3:23 pm)
Re: [PATCH] input: driver for USB VoIP phones with CM109 c ..., Alfred E. Heggestad, (Wed Jun 25, 1:07 pm)