Change-Id: I4e132dfd8c4821715e123decbfb6b130903d6d4a
This commit is contained in:
Andrew Ryabinin 2012-04-26 14:32:06 +04:00
parent 56e406d9b6
commit ab01d5d8c2

View file

@ -40,7 +40,7 @@ static int brightness = DEFAULT_BRIGHTNESS_SETTING;
* So the function used to calculate the values in the matrix was:
* f(x) = (PWM_FREQ_MAX - PWM_FREQ_MIN) * ((100*x/31 + 16)/116)^3 + PWM_FREQ_MIN
*/
#ifdef RK27GENERIC
#ifdef RK27_GENERIC
static const unsigned short lin_brightness[] = {
8110, 8191, 8304, 8455, 8649, 8892, 9189, 9545,
9966, 10457, 11024, 11671, 12406, 13232, 14156, 15182,