1
0
Fork 0
forked from len0rd/rockbox

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:
Thomas Martitz 2009-01-22 10:50:11 +00:00
parent 311d2f12ed
commit 81df953da5
4 changed files with 4 additions and 4 deletions

View file

@ -97,7 +97,7 @@ drivers/lcd-remote-2bit-vi.c
#endif /* HAVE_REMOTE_LCD */ #endif /* HAVE_REMOTE_LCD */
#ifdef USE_BACKLIGHT_SW_FADING #ifdef USE_BACKLIGHT_SW_FADING
backlight-thread-fading.c backlight-sw-fading.c
#endif /* USE_BACKLIGHT_SW_FADING */ #endif /* USE_BACKLIGHT_SW_FADING */
/* Misc. */ /* Misc. */

View file

@ -25,7 +25,7 @@
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "backlight.h" #include "backlight.h"
#include "backlight-thread-fading.h" #include "backlight-sw-fading.h"
/* To adapt a target do: /* To adapt a target do:
* - make sure _backlight_on doesn't set the brightness to something other than * - make sure _backlight_on doesn't set the brightness to something other than

View file

@ -53,7 +53,7 @@ int backlight_brightness = DEFAULT_BRIGHTNESS_SETTING;
#endif #endif
#ifdef USE_BACKLIGHT_SW_FADING #ifdef USE_BACKLIGHT_SW_FADING
#include "backlight-thread-fading.h" #include "backlight-sw-fading.h"
#endif #endif
#ifdef SIMULATOR #ifdef SIMULATOR
/* TODO: find a better way to do it but we need a kernel thread somewhere to /* TODO: find a better way to do it but we need a kernel thread somewhere to

View file

@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/ * \/ \/ \/ \/ \/
* $Id$ * $Id$
* *
* Copyright (C) 2007 by Will Robertson * Copyright (C) 2008 by Thomas Martitz
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License