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:
Arnaud Ferraris
2021-12-15 15:29:29 +01:00
committed by Arnaud Ferraris
parent fedce7298b
commit 50b4c00c16
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
[manager] [manager]
monitor_udev = true
need_libusb = true need_libusb = true
usb_vid = 0x2c7c usb_vid = 0x2c7c
usb_pid = 0x0125 usb_pid = 0x0125

View File

@@ -1,4 +1,5 @@
[manager] [manager]
monitor_udev = true
need_libusb = true need_libusb = true
usb_vid = 0x2c7c usb_vid = 0x2c7c
usb_pid = 0x0125 usb_pid = 0x0125

View File

@@ -1,4 +1,5 @@
[manager] [manager]
monitor_udev = true
# Delay between setting GPIO and PWRKEY sequence, set in microseconds # Delay between setting GPIO and PWRKEY sequence, set in microseconds
poweron_delay = 100000 poweron_delay = 100000

View File

@@ -1,4 +1,5 @@
[manager] [manager]
monitor_udev = false
# Delay between setting GPIO and PWRKEY sequence, set in microseconds # Delay between setting GPIO and PWRKEY sequence, set in microseconds
poweron_delay = 100000 poweron_delay = 100000