Dear all:
I have select the item " Device Drivers -> Input device-> Keyboards -> TI DaVinci DM365 Keypad Driver "
I also add printk in dm365_kp_init .
But I can't see the message of printk .
Should I select any other Item ?
Thanks a lot!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear all:
I have select the item " Device Drivers -> Input device-> Keyboards -> TI DaVinci DM365 Keypad Driver "
I also add printk in dm365_kp_init .
But I can't see the message of printk .
Should I select any other Item ?
Thanks a lot!
Hi...
The Problem is relolved?
below check it out..
[The File]
.config
[Setting]
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_XTKBD=y
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_KEYBOARD_DM365=y // <---------enabled...
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
thnks..
Tatsuya Ohsawa ,thanks a lot!
I have solved this problem.This problem is not "CONFIG_KEYBOARD_DM365=y // <---------enabled..."
hey tony,
how you managed to solve the problem? kindly share the solution with us.