summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/fireworks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c
index e0d491aaf3..e233a8ea66 100644
--- a/apps/plugins/fireworks.c
+++ b/apps/plugins/fireworks.c
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: 8 * $Id$
9 * 9 *
10 * Copyright (C) 2007 Zakk Roberts 10 * Copyright (C) 2007 Zakk Roberts
11 * 11 *
@@ -542,7 +542,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
542 backlight_use_settings(rb); /* backlight control in lib/helper.c */ 542 backlight_use_settings(rb); /* backlight control in lib/helper.c */
543 543
544#ifdef HAVE_ADJUSTABLE_CPU_FREQ 544#ifdef HAVE_ADJUSTABLE_CPU_FREQ
545 rb->cpu_boost(true); 545 rb->cpu_boost(false);
546#endif 546#endif
547 547
548 return PLUGIN_OK; 548 return PLUGIN_OK;