From 8c5141b32ea74a3093073d9bb11205acb7640233 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 30 Sep 2009 10:06:04 +0000 Subject: Commit "FS#10468 - USB HID: Show keypad mode on screen" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index aa7077edae..945e99ec71 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -51,7 +51,7 @@ #include "bidi.h" #endif -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID #include "usbstack/usb_hid.h" #endif @@ -367,7 +367,7 @@ static const struct plugin_api rockbox_api = { queue_reply, #endif usb_acknowledge, -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID usb_hid_send, #endif #ifdef RB_PROFILE -- cgit v1.2.3