diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2007-02-01 10:47:22 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2007-02-01 10:47:22 +0000 |
| commit | 338d94f4661643dcd4c6440aa1c12af6933da4a5 (patch) | |
| tree | 966f0bf5dcc7f4ccb71c266317adedd5705c5d2f /apps/settings.h | |
| parent | 73ee2379c5361126d6fb9754845fc9e249614e40 (diff) | |
| download | rockbox-338d94f4661643dcd4c6440aa1c12af6933da4a5.zip rockbox-338d94f4661643dcd4c6440aa1c12af6933da4a5.tar.gz rockbox-338d94f4661643dcd4c6440aa1c12af6933da4a5.tar.bz2 rockbox-338d94f4661643dcd4c6440aa1c12af6933da4a5.tar.xz | |
FS#4770 - Add USB charging for the H300 series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 7b7f91a..e8db328 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -611,6 +611,12 @@ struct user_settings unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */ #endif +#ifdef HAVE_USB_POWER +#ifdef CONFIG_CHARGING + bool usb_charging; +#endif +#endif + #ifdef HAVE_WM8758 bool eq_hw_enabled; /* Enable hardware equalizer */ |