A22:reduce backlight delay while resume

This commit is contained in:
root 2011-07-31 11:18:27 +08:00
parent b43d6f2739
commit 2bfb3da958
2 changed files with 3 additions and 2 deletions

View File

@ -163,8 +163,9 @@ static void aw9364_bl_resume(struct early_suspend *h)
struct aw9364_backlight_data *aw9364_data;
aw9364_data = container_of(h, struct aw9364_backlight_data, early_suspend);
aw9364_data->suspend_flag = 0;
schedule_delayed_work(&aw9364_data->work, msecs_to_jiffies(0));
schedule_delayed_work(&aw9364_data->work, msecs_to_jiffies(100));
}
#endif

View File

@ -317,7 +317,7 @@ void WriteParameter(char DH)
void init_nt35510(void)
{
WriteCommand(0X1100);
msleep(120);
msleep(10);
WriteCommand(0X1300);