mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
data: add USB vendor/product IDs to all configs
PP 1.2 and PPP configs were lacking this parameter. Although it's not a problem as `eg25-manager` will then use a default value, adding them won't harm and make them more consistent with other config files.
This commit is contained in:
committed by
Arnaud Ferraris
parent
97b1878ebc
commit
75400fb9c0
@@ -1,5 +1,7 @@
|
|||||||
[manager]
|
[manager]
|
||||||
monitor_udev = true
|
monitor_udev = true
|
||||||
|
usb_vid = 0x2c7c
|
||||||
|
usb_pid = 0x0125
|
||||||
# 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
|
||||||
|
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
[manager]
|
[manager]
|
||||||
monitor_udev = false
|
monitor_udev = false
|
||||||
|
usb_vid = 0x2c7c
|
||||||
|
usb_pid = 0x0125
|
||||||
# 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user