Merge branch 'master' into 'master'

Add a 100ms delay before PWRKEY sequence

See merge request mobian1/devices/eg25-manager!11
This commit is contained in:
Arnaud Ferraris
2021-03-17 21:37:53 +00:00
5 changed files with 25 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ struct EG25Manager {
gboolean use_libusb;
guint usb_vid;
guint usb_pid;
gulong poweron_delay;
int at_fd;
guint at_source;