Rename software backlight fading files, as we don't call it thread fading. Correct a copyright info too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19818 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
311d2f12ed
commit
81df953da5
4 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@ drivers/lcd-remote-2bit-vi.c
|
|||
#endif /* HAVE_REMOTE_LCD */
|
||||
|
||||
#ifdef USE_BACKLIGHT_SW_FADING
|
||||
backlight-thread-fading.c
|
||||
backlight-sw-fading.c
|
||||
#endif /* USE_BACKLIGHT_SW_FADING */
|
||||
|
||||
/* Misc. */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "backlight.h"
|
||||
#include "backlight-thread-fading.h"
|
||||
#include "backlight-sw-fading.h"
|
||||
|
||||
/* To adapt a target do:
|
||||
* - make sure _backlight_on doesn't set the brightness to something other than
|
|
@ -53,7 +53,7 @@ int backlight_brightness = DEFAULT_BRIGHTNESS_SETTING;
|
|||
#endif
|
||||
|
||||
#ifdef USE_BACKLIGHT_SW_FADING
|
||||
#include "backlight-thread-fading.h"
|
||||
#include "backlight-sw-fading.h"
|
||||
#endif
|
||||
#ifdef SIMULATOR
|
||||
/* TODO: find a better way to do it but we need a kernel thread somewhere to
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2007 by Will Robertson
|
||||
* Copyright (C) 2008 by Thomas Martitz
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
Loading…
Reference in a new issue