here is my code ,just try it.
input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
input_dev->keybit[BIT_WORD (KEY_HOME)] = BIT_MASK (KEY_HOME);
input_dev->keybit[BIT_WORD (KEY_BACK)] = BIT_MASK(KEY_BACK)|BIT_MASK(KEY_MENU);
,my
"Qualcomm and Zoom has got its own HAL implementation for camera."
I just check out Qualcomm's camera HAL code from
http://android.git.kernel.org/platform/hardware/msm7k.git/libcamera.
I can't find Zoom's code.Would you tell me where I can get Zoom's
code?
I have installed Android on My EPC701.B