From 81803eba1b267f3150cc176c744e8f9fbc5eb9c4 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 5 May 2008 21:31:34 +0000 Subject: Simple test_touchpad plugin for D2 and m:robe500 (not built by default). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17392 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index fd495bdc87..6c6be901f3 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -584,6 +584,12 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_LCD_INVERT lcd_set_invert_display, #endif /* HAVE_LCD_INVERT */ +#ifdef HAVE_BUTTON_DATA + button_get_data, +#endif /* HAVE_BUTTON_DATA */ +#ifdef HAVE_TOUCHPAD + touchpad_set_mode, +#endif /* HAVE_TOUCHPAD */ }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.2.3