mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-28 23:03:24 +02:00
data: add 'monitor_udev' parameter to existing configs
We disable dev monitoring only for the PinePhone Pro, it remains enabled for all variants of the OG PinePhone.
This commit is contained in:
committed by
Arnaud Ferraris
parent
fedce7298b
commit
50b4c00c16
@@ -1,4 +1,5 @@
|
||||
[manager]
|
||||
monitor_udev = true
|
||||
need_libusb = true
|
||||
usb_vid = 0x2c7c
|
||||
usb_pid = 0x0125
|
||||
|
@@ -1,4 +1,5 @@
|
||||
[manager]
|
||||
monitor_udev = true
|
||||
need_libusb = true
|
||||
usb_vid = 0x2c7c
|
||||
usb_pid = 0x0125
|
||||
|
@@ -1,4 +1,5 @@
|
||||
[manager]
|
||||
monitor_udev = true
|
||||
# Delay between setting GPIO and PWRKEY sequence, set in microseconds
|
||||
poweron_delay = 100000
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
[manager]
|
||||
monitor_udev = false
|
||||
# Delay between setting GPIO and PWRKEY sequence, set in microseconds
|
||||
poweron_delay = 100000
|
||||
|
||||
|
Reference in New Issue
Block a user