2010-09-03 03:50:33 ADP5520 chip support
vijai ragavan (INDIA)
Message: 93101
Hi,
I am working on BF533 processor, I need to be validated the keypad which is connected to ADP5520 chip, I referred the document from the following link.
https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:drivers:adp5520
I modified my kernel (uClinux-dist-2009R1-RC1) with this changes.
I am facing the following issue, please suggest me.
root:/> modprobe adp5520-keys
input: adp5520-keys as /devices/platform/i2c-gpio.0/i2c-adapter/i2c-0/0-0032/adp5520-keys.5520/input/input0
root:/>
root:/> event_test /dev/input/event0
event_test: not found
QuoteReplyEditDelete
2010-09-03 07:30:34 ADP5520 chip support
Michael Hennerich (GERMANY)
Message: 93105 You need to enable the event_test utility under "Blackfin test programs" in your user space configuration.
--- Blackfin test programs
[*] Input event device test
-Michael