]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Dec 2021 15:59:38 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Dec 2021 15:59:38 +0000 (16:59 +0100)
14 files changed:
queue-4.14/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-4.14/series
queue-4.19/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-4.19/series
queue-4.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-4.4/series
queue-4.9/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-4.9/series
queue-5.10/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-5.10/series
queue-5.15/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-5.15/series
queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch [deleted file]
queue-5.4/series

diff --git a/queue-4.14/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-4.14/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index 85bfb0b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -996,6 +996,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "C504"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index 0561da764ab23fdf548078bdf7dc50dc08d4f102..33f85f0a3fe76a2a2e845f24581e48fab28c2591 100644 (file)
@@ -21,7 +21,6 @@ arm-9169-1-entry-fix-thumb2-bug-in-iwmmxt-exception-handling.patch
 f2fs-fix-to-do-sanity-check-on-last-xattr-entry-in-__f2fs_setxattr.patch
 usb-gadget-u_ether-fix-race-in-setting-mac-address-in-setup-phase.patch
 kvm-vmx-fix-stale-docs-for-kvm-intel.emulate_invalid_guest_state.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 hwmon-lm90-do-not-report-busy-status-bit-as-alarm.patch
 ax25-npd-bug-when-detaching-ax25-device.patch
 hamradio-defer-ax25-kfree-after-unregister_netdev.patch
diff --git a/queue-4.19/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-4.19/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index 85bfb0b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -996,6 +996,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "C504"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index c56dcfe06ee9b8a3374117b6054aae02b9fb551c..863747c359c8873beca32320dfedead2bf4f5378 100644 (file)
@@ -30,7 +30,6 @@ arm-9169-1-entry-fix-thumb2-bug-in-iwmmxt-exception-handling.patch
 f2fs-fix-to-do-sanity-check-on-last-xattr-entry-in-__f2fs_setxattr.patch
 usb-gadget-u_ether-fix-race-in-setting-mac-address-in-setup-phase.patch
 kvm-vmx-fix-stale-docs-for-kvm-intel.emulate_invalid_guest_state.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 hwmon-lm90-do-not-report-busy-status-bit-as-alarm.patch
 ax25-npd-bug-when-detaching-ax25-device.patch
 hamradio-defer-ax25-kfree-after-unregister_netdev.patch
diff --git a/queue-4.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-4.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index d03bdcf..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -1025,6 +1025,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4280"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index 79004d9533f7aaf9fa0eb24b14c141189ea706c5..09f5b1509dc195348f942d3401a0e0a7bd7a2eca 100644 (file)
@@ -10,7 +10,6 @@ alsa-jack-check-the-return-value-of-kstrdup.patch
 alsa-drivers-opl3-fix-incorrect-use-of-vp-state.patch
 arm-9169-1-entry-fix-thumb2-bug-in-iwmmxt-exception-handling.patch
 xen-blkfront-fix-bug-in-backported-patch.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 ax25-npd-bug-when-detaching-ax25-device.patch
 hamradio-defer-ax25-kfree-after-unregister_netdev.patch
 hamradio-improve-the-incomplete-fix-to-avoid-npd.patch
diff --git a/queue-4.9/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-4.9/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index d03bdcf..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -1025,6 +1025,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4280"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index 9b3bc87ca32f39d908937f073884df46ae6c574e..eaea78ba53fa63da1a21d853af7a062ad90c6ada 100644 (file)
@@ -11,7 +11,6 @@ alsa-jack-check-the-return-value-of-kstrdup.patch
 alsa-drivers-opl3-fix-incorrect-use-of-vp-state.patch
 x86-pkey-fix-undefined-behaviour-with-pkru_wd_bit.patch
 arm-9169-1-entry-fix-thumb2-bug-in-iwmmxt-exception-handling.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 hwmon-lm90-do-not-report-busy-status-bit-as-alarm.patch
 ax25-npd-bug-when-detaching-ax25-device.patch
 hamradio-defer-ax25-kfree-after-unregister_netdev.patch
diff --git a/queue-5.10/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-5.10/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index 5a5af75..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -992,6 +992,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "C504"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index a38c10568c36eb4a71eac4f59039a7fa5d51b0f7..23f8741f66e8bba61f88f22a22bc3362c1b8bb04 100644 (file)
@@ -63,7 +63,6 @@ usb-gadget-u_ether-fix-race-in-setting-mac-address-in-setup-phase.patch
 kvm-vmx-fix-stale-docs-for-kvm-intel.emulate_invalid_guest_state.patch
 mm-mempolicy-fix-thp-allocations-escaping-mempolicy-restrictions.patch
 input-elants_i2c-do-not-check-remark-id-on-ekth3900-ekth5312.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 input-goodix-add-id-model-mapping-for-the-9111-model.patch
 asoc-tas2770-fix-setting-of-high-sample-rates.patch
 asoc-rt5682-fix-the-wrong-jack-type-detected.patch
diff --git a/queue-5.15/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-5.15/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index 5a5af75..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -992,6 +992,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "C504"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index 8042d304472c17eb98cd661d82c77782698f1f59..c40558279e81f4335f8e88a1ebe484e002c56887 100644 (file)
@@ -111,7 +111,6 @@ arm64-dts-lx2160a-fix-scl-gpios-property-name.patch
 kfence-fix-memory-leak-when-cat-kfence-objects.patch
 input-iqs626a-prohibit-inlining-of-channel-parsing-functions.patch
 input-elants_i2c-do-not-check-remark-id-on-ekth3900-ekth5312.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 input-goodix-add-id-model-mapping-for-the-9111-model.patch
 asoc-tas2770-fix-setting-of-high-sample-rates.patch
 asoc-sof-intel-pci-tgl-add-new-adl-p-variant.patch
diff --git a/queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
deleted file mode 100644 (file)
index 5a5af75..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= <samuel@cavoj.net>
-Date: Sat, 4 Dec 2021 13:17:36 -0800
-Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Samuel Čavoj <samuel@cavoj.net>
-
-commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream.
-
-The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which
-is a very similar laptop. The i8042 device is not usable immediately
-after boot and fails to initialize, requiring a deferred retry.
-
-Enable the deferred probe quirk for the UM325UA.
-
-BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256
-Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
-Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -992,6 +992,13 @@ static const struct dmi_system_id __init
-                       DMI_MATCH(DMI_PRODUCT_NAME, "C504"),
-               },
-       },
-+      {
-+              /* ASUS ZenBook UM325UA */
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"),
-+              },
-+      },
-       { }
- };
index 385528820beeaba5f0108221f59102d16aa5d907..0b69e43be53cf56d20d3c5261b911e4ef550f4a7 100644 (file)
@@ -37,7 +37,6 @@ f2fs-fix-to-do-sanity-check-on-last-xattr-entry-in-__f2fs_setxattr.patch
 usb-gadget-u_ether-fix-race-in-setting-mac-address-in-setup-phase.patch
 kvm-vmx-fix-stale-docs-for-kvm-intel.emulate_invalid_guest_state.patch
 mm-mempolicy-fix-thp-allocations-escaping-mempolicy-restrictions.patch
-input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch
 pinctrl-mediatek-fix-global-out-of-bounds-issue.patch
 hwmom-lm90-fix-citical-alarm-status-for-max6680-max6681.patch
 hwmon-lm90-do-not-report-busy-status-bit-as-alarm.patch