[android-porting] Re: Unable to send KEY_HOME key event

2009-12-15 Thread Alex Feinman
I found out that the system believed that keyguard was on and was filtering the KeyEvent.Home out. On Dec 12, 9:51 pm, Alex Feinman alexfein...@gmail.com wrote: On a keyless device I need to generate certain keyboard events from a touch driver in response to gestures. I register the input

[android-porting] Unable to send KEY_HOME key event

2009-12-14 Thread Alex Feinman
On a keyless device I need to generate certain keyboard events from a touch driver in response to gestures. I register the input device as capable of generating key input: input_dev-evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); input_dev-keybit[BIT_WORD(BTN_TOUCH)] =