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/settings.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index ec92a81734..b208ee5872 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -768,7 +768,11 @@ struct user_settings /* If values are just added to the end, no need to bump plugin API version. */ /* new stuff to be added at the end */ - + +#ifdef USB_ENABLE_HID + int usb_keypad_mode; +#endif + #ifdef HAVE_LCD_BITMAP unsigned char ui_vp_config[64]; /* viewport string for the lists */ #ifdef HAVE_REMOTE_LCD -- cgit v1.2.3