summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-20 18:28:25 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-20 18:28:25 +0000
commit850a11250a8c5b6825b080ff843f30fd68cb71f6 (patch)
treed236674a20fccc8002edeafa30d210b5c972327d /apps/settings.h
parentcea07eb2a4ddb72d084c7085192521613004a997 (diff)
downloadrockbox-850a11250a8c5b6825b080ff843f30fd68cb71f6.tar.gz
rockbox-850a11250a8c5b6825b080ff843f30fd68cb71f6.zip
Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 25314d7f70..7c32ba21e3 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -453,6 +453,9 @@ struct user_settings
453 bool peak_meter_clipcounter; /* clipping count indicator */ 453 bool peak_meter_clipcounter; /* clipping count indicator */
454#endif 454#endif
455 bool car_adapter_mode; /* 0=off 1=on */ 455 bool car_adapter_mode; /* 0=off 1=on */
456#ifdef HAVE_ACCESSORY_SUPPLY
457 bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */
458#endif
456 459
457 /* show status bar */ 460 /* show status bar */
458 bool statusbar; /* 0=hide, 1=show */ 461 bool statusbar; /* 0=hide, 1=show */