Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headset_observe: Fix system resume with headset insert could not sche… #256

Open
wants to merge 1 commit into
base: develop-4.4
Choose a base branch
from

Commits on Sep 4, 2021

  1. headset_observe: Fix system resume with headset insert could not sche…

    …dule delayed work
    
    On my test:
    	platform:rk3326
    	step by step:
    	1.poweron
    	2.evtest /dev/input/event3 # because on my board event3 is headset input event node
    	3.test press & release button on headset
    	4.evtest could output EV_KEY & code value and other infos
    	5.echo mem > /sys/power/state # make board system suspend
    	6.press power button to make board resume
    	7.retry 3th step
    	8.evtest couldn.t output anything, but replug headset could make evtest output back
    	  to normal.
    Therefore:
    	add judge headset state when system resume after suspend
    
    Change-Id: I58ddeaaccbb3471b46ff29dc0680d8ab58afcb0b
    Signed-off-by: evan <tianyu_0105@163.com>
    gaotianyu committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    91e5510 View commit details
    Browse the repository at this point in the history