Commits

Steven Falco committed cd818fb890a
FWBADAPT-7WVGA-PCAP pushbuttons There are two problems in baseboard-wand.c. 1) The KEY_F8 and KEY_F1 do not map to the home and menu functions. These should be changed to KEY_HOMEPAGE and KEY_MENU respectively. 2) The polarity is currently active-high, but the correct polarity is active-low. This causes severe problems, because it looks like the buttons are stuck in the "pressed" state. Signed-off-by Steven A. Falco <stevenfalco@gmail.com>