mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
A22:reduce backlight delay while resume
This commit is contained in:
parent
b43d6f2739
commit
2bfb3da958
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user