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

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

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

2007-02-08 Thread Frank Salomon
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) }, }, { },/* Terminating entry */ };

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

2007-02-08 Thread Frank Salomon
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) }, }, { },/* Terminating entry */ };