From: Mario Limonciello Date: Tue, 10 May 2022 01:16:26 +0000 (-0500) Subject: Set autosuspend delay for Fibocom LG850-GL X-Git-Tag: v251-rc3~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f32049eda3b06deaae3d6d7d06a9dfd16528c443;p=thirdparty%2Fsystemd.git Set autosuspend delay for Fibocom LG850-GL It has been shown that the autosuspend delay for this device enacted by modem manager will race with suspend and cause system suspend failures. This occurred in ChromiumOS on a chromebook, but there is no reason it won't happen in regular notebooks with the same WWAN. To avoid the failure delay autosuspend to a frequency longer than the polling rate used by modem manager. Link: https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/3635003 Link: https://github.com/freedesktop/ModemManager/blob/43e76bf1bbca8207e37d3fbddfed4bb8578f0170/src/mm-iface-modem.c#L1633 --- diff --git a/hwdb.d/60-autosuspend.hwdb b/hwdb.d/60-autosuspend.hwdb index 323611d0003..07f7fa93443 100644 --- a/hwdb.d/60-autosuspend.hwdb +++ b/hwdb.d/60-autosuspend.hwdb @@ -75,13 +75,18 @@ usb:v0627p0001:*QEMU USB Tablet* ID_AUTOSUSPEND=1 ######################################### -# Sierra Wireless +# WWAN ######################################### # Sierra Wireless EM7345 4G LTE modem usb:v1199pA001* ID_AUTOSUSPEND=1 +# Fibocom LG850-GL +usb:v2CB7p0007* + ID_AUTOSUSPEND=1 + ID_AUTOSUSPEND_DELAY_MS=7000 + ######################################### # Wacom #########################################