diff -Nru systemd-249.11/debian/changelog systemd-249.11/debian/changelog --- systemd-249.11/debian/changelog 2023-09-20 00:57:00.000000000 +0800 +++ systemd-249.11/debian/changelog 2023-12-05 16:17:01.000000000 +0800 @@ -1,3 +1,11 @@ +systemd (249.11-0ubuntu3.12) jammy; urgency=medium + + * Update 60-autosuspend.hwdb (LP: #2045621) + File:debian/patches/lp2045621-update-60-autosuspend.hwdb.patch: + https://github.com/systemd/systemd/commit/9023630cb7025650aa4d01ee794b0bb68bfdf2c1 + + -- Artur Pak Tue, 05 Dec 2023 16:17:01 +0800 + systemd (249.11-0ubuntu3.11) jammy; urgency=medium * wait-online: exit early if all links are ignored (LP: #2036358) diff -Nru systemd-249.11/debian/patches/lp2045621-update-60-autosuspend.hwdb.patch systemd-249.11/debian/patches/lp2045621-update-60-autosuspend.hwdb.patch --- systemd-249.11/debian/patches/lp2045621-update-60-autosuspend.hwdb.patch 1970-01-01 08:00:00.000000000 +0800 +++ systemd-249.11/debian/patches/lp2045621-update-60-autosuspend.hwdb.patch 2023-12-05 16:17:01.000000000 +0800 @@ -0,0 +1,32 @@ +From 9023630cb7025650aa4d01ee794b0bb68bfdf2c1 Mon Sep 17 00:00:00 2001 +From: linuxlion +Date: Wed, 22 Nov 2023 07:38:00 +0800 +Subject: Update 60-autosuspend.hwdb + +Closes: https://github.com/systemd/systemd/pull/30131 +Signed-off-by: linuxlion +Signed-off-by: Luca Boccassi + +Origin: upstream, https://github.com/systemd/systemd/commit/9023630cb7025650aa4d01ee794b0bb68bfdf2c1 +Bug: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2045621 +Last-Update: 2023-12-05 +--- +--- a/hwdb.d/60-autosuspend.hwdb ++++ b/hwdb.d/60-autosuspend.hwdb +@@ -46,6 +46,16 @@ usb:v04F3p2ACC* + ID_AUTOSUSPEND=1 + + ######################################### ++# Framework ++######################################### ++ ++# HDMI Expansion Card ++usb:v32ACp0002* ++# DisplayPort Expansion Card ++usb:v32ACp0003* ++ ID_AUTOSUSPEND=1 ++ ++######################################### + # QEMU + ######################################### + diff -Nru systemd-249.11/debian/patches/series systemd-249.11/debian/patches/series --- systemd-249.11/debian/patches/series 2023-09-20 00:56:34.000000000 +0800 +++ systemd-249.11/debian/patches/series 2023-12-05 16:17:01.000000000 +0800 @@ -124,3 +124,4 @@ lp1999275/binfmt-check-if-binfmt-is-mounted-before-applying-rules.patch lp1999275/unit-check-more-specific-path-to-be-written-by-systemd-bi.patch lp2036358-wait-online-exit-early-if-all-links-are-ignored.patch +lp2045621-update-60-autosuspend.hwdb.patch