diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-09-30 10:06:04 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-09-30 10:06:04 +0000 |
| commit | 8c5141b32ea74a3093073d9bb11205acb7640233 (patch) | |
| tree | 486f8e4f94053a389d840b04724567a524b9b4ea /apps/plugin.h | |
| parent | d7f4f9ff750872a9eb570409966e500099d84d7d (diff) | |
| download | rockbox-8c5141b32ea74a3093073d9bb11205acb7640233.zip rockbox-8c5141b32ea74a3093073d9bb11205acb7640233.tar.gz rockbox-8c5141b32ea74a3093073d9bb11205acb7640233.tar.bz2 rockbox-8c5141b32ea74a3093073d9bb11205acb7640233.tar.xz | |
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
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index b4a6b4f..766a309 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -105,7 +105,7 @@ void* plugin_get_buffer(size_t *buffer_size); #include "yesno.h" -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID #include "usbstack/usb_hid_usage_tables.h" #endif @@ -491,7 +491,7 @@ struct plugin_api { #endif /* CONFIG_CODEC == SWCODEC */ void (*usb_acknowledge)(long id); -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID void (*usb_hid_send)(usage_page_t usage_page, int id); #endif #ifdef RB_PROFILE |