diff -Nru modemmanager-1.20.6/debian/changelog modemmanager-1.20.6/debian/changelog --- modemmanager-1.20.6/debian/changelog 2023-06-14 16:48:09.000000000 +0200 +++ modemmanager-1.20.6/debian/changelog 2023-10-17 10:52:55.000000000 +0200 @@ -1,3 +1,10 @@ +modemmanager (1.20.6-1ubuntu2) mantic; urgency=medium + + * d/p/lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch + Create link from existing unlock script for the modem in the Lenovo x13s (LP#2039611). + + -- Nicolas Dechesne Tue, 17 Oct 2023 10:52:55 +0200 + modemmanager (1.20.6-1ubuntu1) mantic; urgency=medium * Resynchronize on Debian, the remaining change is to build without libqrtr diff -Nru modemmanager-1.20.6/debian/patches/lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch modemmanager-1.20.6/debian/patches/lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch --- modemmanager-1.20.6/debian/patches/lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch 1970-01-01 01:00:00.000000000 +0100 +++ modemmanager-1.20.6/debian/patches/lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch 2023-10-17 10:52:55.000000000 +0200 @@ -0,0 +1,34 @@ +From 8061bcd9c03c26946b6fa3356313e069203f8838 Mon Sep 17 00:00:00 2001 +From: Dennis Gilmore +Date: Wed, 27 Sep 2023 20:11:40 -0500 +Subject: fcc-unlock: add link for new T99W175 5G modem variant + +Create link from existing unlock script for the modem in the Lenovo x13s. +IDs are documented at https://cateee.net/lkddb/web-lkddb/MHI_BUS.html + +Signed-off-by: Dennis Gilmore + +Origin: upstream, https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8061bcd9c03c26946b6fa3356313e069203f8838 +Reviewed-by: Nicolas Dechesne +Applied-Upstream: 1.22.0 +--- + data/dispatcher-fcc-unlock/meson.build | 1 + + 1 file changed, 1 insertion(+) + +(limited to 'data/dispatcher-fcc-unlock/meson.build') + +diff --git a/data/dispatcher-fcc-unlock/meson.build b/data/dispatcher-fcc-unlock/meson.build +index 5dc3b6a0..b2a049e9 100644 +--- a/data/dispatcher-fcc-unlock/meson.build ++++ b/data/dispatcher-fcc-unlock/meson.build +@@ -25,6 +25,7 @@ install_data( + + vidpids = { + '105b:e0ab': '105b', ++ '105b:e0c3': '105b', + '03f0:4e1d': '1199', + '1199:9079': '1199', + '413c:81a3': '1199', +-- +cgit v1.2.1 + diff -Nru modemmanager-1.20.6/debian/patches/series modemmanager-1.20.6/debian/patches/series --- modemmanager-1.20.6/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ modemmanager-1.20.6/debian/patches/series 2023-10-17 10:52:55.000000000 +0200 @@ -0,0 +1 @@ +lp2039611-fcc-unlock-add-link-for-new-T99W175-5G-modem-variant.patch