mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
fix the Response of PWR key in resume
This commit is contained in:
parent
730fa523b8
commit
1143c5e145
|
|
@ -136,7 +136,7 @@ static void rk28_adkeyscan_timer(unsigned long data)
|
|||
{
|
||||
if(++gPlayCount > 20000)
|
||||
gPlayCount = 101;
|
||||
if((2 == gPlayCount) && (0 == gFlagShortPlay))
|
||||
if((1 == gPlayCount) && (0 == gFlagShortPlay))
|
||||
{
|
||||
gFlagShortPlay = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user