~mil/sxmo-devel

sxmo-utils: disable nokia n900 modem v1 SUPERSEDED

Sicelo A. Mhlongo: 1
 sxmo-utils: disable nokia n900 modem

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/sxmo-devel/patches/51173/mbox | git am -3
Learn more about email & git

[PATCH] sxmo-utils: disable nokia n900 modem Export this patch

The Nokia N900's modem is not supported by modemanager. Until either sxmo
supports ofono (which supports it) or the modem is made to work with
modemmanager, disable it to save a few cpu cycles.
---
 scripts/deviceprofiles/sxmo_deviceprofile_nokia,omap3-n900.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_nokia,omap3-n900.sh b/scripts/deviceprofiles/sxmo_deviceprofile_nokia,omap3-n900.sh
index 4e2dee7..336cd26 100644
--- a/scripts/deviceprofiles/sxmo_deviceprofile_nokia,omap3-n900.sh
+++ b/scripts/deviceprofiles/sxmo_deviceprofile_nokia,omap3-n900.sh
@@ -14,3 +14,5 @@ export SXMO_KEYBOARD_SLIDER_EVENT_DEVICE="/dev/input/by-path/platform-gpio_keys-
export SXMO_KEYBOARD_SLIDER_CLOSE_EVENT="*code 10 (SW_KEYPAD_SLIDE), value 0*"
export SXMO_KEYBOARD_SLIDER_OPEN_EVENT="*code 10 (SW_KEYPAD_SLIDE), value 1*"
export SXMO_NO_KEYBOARD=1
# modem is only supported via ofono, not modemmanager
export SXMO_NO_MODEM=1
-- 
2.43.0
Superseded by https://lists.sr.ht/~mil/sxmo-devel/patches/51242