mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
udev: add udev rule to configure modem USB
Quectel advises to configure the USB autosuspend feature as: - power/control: auto - power/autosuspend_delay_ms: 3000 Futhermore, the following settings are also needed: - power/wakeup: enabled - power/persist: 0 - avoid_reset_quirk: 1
This commit is contained in:
1
udev/80-modem-eg25.rules
Normal file
1
udev/80-modem-eg25.rules
Normal file
@@ -0,0 +1 @@
|
||||
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ENV{.LOCAL_ifNum}=="02", RUN+="/usr/bin/configure-modem-usb"
|
Reference in New Issue
Block a user