hm801: Add support for plugins.

Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
Andrew Ryabinin 2012-04-06 20:17:27 +04:00
parent 397863ab3d
commit 6ee3fc81d9
51 changed files with 398 additions and 20 deletions

View file

@ -31,6 +31,12 @@
#define BUTTON_PREV 0x00000080
#define BUTTON_PLAY 0x00000100
#define BUTTON_MAIN (BUTTON_UP|BUTTON_POWER| \
BUTTON_DOWN|BUTTON_LEFT| \
BUTTON_RIGHT|BUTTON_SELECT| \
BUTTON_NEXT|BUTTON_PREV| \
BUTTON_PLAY)
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 30