Re: EV_MSC / driver/input/input.c (Input Handler)

2007-02-09 Thread Dmitry Torokhov
Hi Frank, On 2/9/07, Frank Salomon <[EMAIL PROTECTED]> wrote: Hi Dmitry, Dmitry Torokhov wrote: > That is because by default atkbd uses software-emulated raw mode. > bootk with atkbd.softraw=0 or switch it off after boot through sysfs > attribute to get EV_MSC/MSC_RAW passed through). Thank y

Re: EV_MSC / driver/input/input.c (Input Handler)

2007-02-09 Thread Frank Salomon
Hi Dmitry, Dmitry Torokhov wrote: That is because by default atkbd uses software-emulated raw mode. bootk with atkbd.softraw=0 or switch it off after boot through sysfs attribute to get EV_MSC/MSC_RAW passed through). Thank you for your advice, but I really don't know, what will be the secon

Re: EV_MSC / driver/input/input.c (Input Handler)

2007-02-08 Thread Dmitry Torokhov
On 2/8/07, Frank Salomon <[EMAIL PROTECTED]> wrote: Hi All, I had written an additional input_handler : static struct input_device_id pcraw_ids[] = { { .flags = INPUT_DEVICE_ID_MATCH_EVBIT, .evbit = { BIT(EV_MSC) }, },