hm60x: Fix not working backlight on some hm-601's.

Change-Id: I3e1e92f28537b6fb915a0f9d5960fbf5e217825b
This commit is contained in:
Andrew Ryabinin 2012-07-09 18:10:29 +04:00
parent ad46064b83
commit e2d72d64fd

View file

@ -56,10 +56,10 @@ static const unsigned short lin_brightness[] = {
}; };
#elif defined(HM60X) #elif defined(HM60X)
static const unsigned short lin_brightness[] = { static const unsigned short lin_brightness[] = {
3, 5, 8, 11, 16, 22, 29, 37, 456, 457, 458, 460, 463, 466, 470, 475,
47, 59, 72, 88, 105, 125, 147, 171, 480, 486, 494, 502, 512, 522, 534, 548,
198, 228, 261, 296, 335, 376, 421, 470, 562, 579, 596, 616, 637, 660, 684, 711,
522, 578, 638, 702, 770, 842, 918, 1000 739, 770, 802, 837, 874, 914, 955, 1000
}; };
#endif #endif