diff -pruN 1.28.1-1/debian/changelog 1.28.1-1ubuntu2/debian/changelog
--- 1.28.1-1/debian/changelog	2025-04-03 12:47:30.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/changelog	2025-10-30 08:11:45.000000000 +0000
@@ -1,3 +1,25 @@
+libinput (1.28.1-1ubuntu2) resolute; urgency=medium
+
+  * Add Dell laptop touchpad quirks (LP: #2130298)
+    d/p/0003-quirks-add-Dell-laptop-touchpad-quirks.patch
+    d/p/0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch
+
+ -- Tony Hsiao <tony.hsiao@canonical.com>  Thu, 30 Oct 2025 16:11:45 +0800
+
+libinput (1.28.1-1ubuntu1) resolute; urgency=medium
+
+  * Fix built-in volume button could not change the volume on Dell Pro Rugged
+    tablet (LP: #2127963)
+    d/p/0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch
+
+ -- Cyrus Lien <cyrus.lien@canonical.com>  Thu, 23 Oct 2025 00:28:09 +0800
+
+libinput (1.28.1-1build1) questing; urgency=medium
+
+  * Rebuild to include updated RISC-V base ISA RVA23
+
+ -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com>  Fri, 05 Sep 2025 17:52:35 +0000
+
 libinput (1.28.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 1.28.1-1/debian/control 1.28.1-1ubuntu2/debian/control
--- 1.28.1-1/debian/control	2025-04-03 12:44:47.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/control	2025-10-30 08:11:45.000000000 +0000
@@ -1,7 +1,8 @@
 Source: libinput
 Section: libs
 Priority: optional
-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>,
            Héctor Orón Martínez <zumbi@debian.org>,
            Marius Gripsgard <marius@ubports.com>
diff -pruN 1.28.1-1/debian/patches/0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch 1.28.1-1ubuntu2/debian/patches/0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch
--- 1.28.1-1/debian/patches/0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/patches/0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch	2025-10-30 08:11:45.000000000 +0000
@@ -0,0 +1,36 @@
+From 9aa656e7084c1a8e508f0e7680eb57769cc29574 Mon Sep 17 00:00:00 2001
+From: Cyrus Lien <cyrus.lien@canonical.com>
+Date: Thu, 16 Oct 2025 13:42:37 +0800
+Subject: [PATCH] quirks: add quirks for Dell Pro Rugged tablets for volume
+ keys.
+
+Close #1205
+
+Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1331>
+
+Origin: upstream, https://gitlab.freedesktop.org/libinput/libinput/-/commit/d19f95ec215657d7e2f5efe2a6fe235fcbbf4e49
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/2127963
+Author: Cyrus Lien <cyrus.lien@canonical.com>
+---
+ quirks/50-system-dell.quirks | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks
+index 8110651e..b8d163d3 100644
+--- a/quirks/50-system-dell.quirks
++++ b/quirks/50-system-dell.quirks
+@@ -89,6 +89,11 @@ MatchName=*AT Translated Set 2 keyboard*
+ MatchDMIModalias=dmi:*:svnDellInc.:pnLatitude7275:*
+ ModelTabletModeNoSuspend=1
+ 
++[Dell Pro Rugged Tablet]
++MatchName=*AT Translated Set 2 keyboard*
++MatchDMIModalias=dmi:*:svnDellInc.:pnDellProRugged*TabletRA*:*
++ModelTabletModeNoSuspend=1
++
+ [Latitude 7480 Touchpad]
+ MatchName=DLL07A0*
+ MatchDMIModalias=dmi:**bvnDellInc.:*:pnLatitude7480*
+-- 
+2.43.0
+
diff -pruN 1.28.1-1/debian/patches/0003-quirks-add-Dell-laptop-touchpad-quirks.patch 1.28.1-1ubuntu2/debian/patches/0003-quirks-add-Dell-laptop-touchpad-quirks.patch
--- 1.28.1-1/debian/patches/0003-quirks-add-Dell-laptop-touchpad-quirks.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/patches/0003-quirks-add-Dell-laptop-touchpad-quirks.patch	2025-10-30 08:11:45.000000000 +0000
@@ -0,0 +1,25 @@
+From: Marge Yang <marge.yang@tw.synaptics.com>
+Date: Wed, 15 Oct 2025 17:47:13 +0800
+Subject: quirks: add Dell laptop touchpad quirks
+
+This touchpad is a pressure pad.
+
+Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1329>
+---
+ quirks/50-system-dell.quirks | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks
+index b8d163d..975a473 100644
+--- a/quirks/50-system-dell.quirks
++++ b/quirks/50-system-dell.quirks
+@@ -170,3 +170,9 @@ MatchBus=i2c
+ MatchVendor=0x27C6
+ MatchProduct=0x0F62
+ ModelPressurePad=1
++
++[Dell laptop 14_1 Synaptics touchpad]
++MatchBus=i2c
++MatchVendor=0x06CB
++MatchProduct=0xD01D
++ModelPressurePad=1
diff -pruN 1.28.1-1/debian/patches/0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch 1.28.1-1ubuntu2/debian/patches/0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch
--- 1.28.1-1/debian/patches/0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/patches/0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch	2025-10-30 08:11:45.000000000 +0000
@@ -0,0 +1,33 @@
+From: wangyafei <wangyafei@goodix.com>
+Date: Thu, 23 Oct 2025 16:07:45 +0800
+Subject: quirks: add quirks for Dell laptop with Sensel Touchpad.
+
+This touchpad is a pressure pad and needs the pressure
+handling disable.
+
+Signed-off-by: Charles Wang <charles.goodix@gmail.com>
+Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1342>
+---
+ quirks/50-system-dell.quirks | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks
+index 975a473..6ff0ad7 100644
+--- a/quirks/50-system-dell.quirks
++++ b/quirks/50-system-dell.quirks
+@@ -176,3 +176,15 @@ MatchBus=i2c
+ MatchVendor=0x06CB
+ MatchProduct=0xD01D
+ ModelPressurePad=1
++
++[Dell laptop 14 Sensel touchpad]
++MatchBus=i2c
++MatchVendor=0x2C2F
++MatchProduct=0x0034
++ModelPressurePad=1
++
++[Dell laptop 16 Sensel touchpad]
++MatchBus=i2c
++MatchVendor=0x2C2F
++MatchProduct=0x0033
++ModelPressurePad=1
diff -pruN 1.28.1-1/debian/patches/series 1.28.1-1ubuntu2/debian/patches/series
--- 1.28.1-1/debian/patches/series	2025-04-03 12:44:47.000000000 +0000
+++ 1.28.1-1ubuntu2/debian/patches/series	2025-10-30 08:11:45.000000000 +0000
@@ -1,2 +1,4 @@
-#placeholder
 tools-remove-references-to-libinput_quir.patch
+0001-quirks-add-quirks-for-Dell-Pro-Rugged-tablets-for-vo.patch
+0003-quirks-add-Dell-laptop-touchpad-quirks.patch
+0004-quirks-add-quirks-for-Dell-laptop-with-Sensel-Touchp.patch
