mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
A22:reduce backlight delay while resume
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -317,7 +317,7 @@ void WriteParameter(char DH)
|
||||
void init_nt35510(void)
|
||||
{
|
||||
WriteCommand(0X1100);
|
||||
msleep(120);
|
||||
msleep(10);
|
||||
|
||||
WriteCommand(0X1300);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user