that was the first thing I did
the file behaves as expected, meaning empty when clearing the wakelock via API and have a value when “taking” the wake-lock
how ever the system does not enter and exit suspend to RAM as expected
I don’t see problem on WP76 Fw12.
During sleep mode (i.e. remove the USB cable), if I dial a phone call to the module, I can see the RING message.
Later if I drop the voice call, it goes to sleep mode automatically.
Could you list the active wakeup sources that are preventing the system to go to sleep: awk '{print $6 "\t" $1}' /sys/kernel/debug/wakeup_sources | grep -v "^0"