diff options
Diffstat (limited to '0020-debug-by-default.patch')
-rw-r--r-- | 0020-debug-by-default.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0020-debug-by-default.patch b/0020-debug-by-default.patch new file mode 100644 index 000000000000..a0c731dc0f6e --- /dev/null +++ b/0020-debug-by-default.patch @@ -0,0 +1,25 @@ +From 602366241f031c0cfd7c6bd817a83bc5dbc88831 Mon Sep 17 00:00:00 2001 +From: "Luke D. Jones" <luke@ljones.dev> +Date: Wed, 6 Nov 2024 00:27:03 +0300 +Subject: [PATCH 20/28] debug by default + +--- + drivers/hid/hid-asus-ally.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/drivers/hid/hid-asus-ally.c b/drivers/hid/hid-asus-ally.c +index 5c12d8fd1c8e..72925d034fa4 100644 +--- a/drivers/hid/hid-asus-ally.c ++++ b/drivers/hid/hid-asus-ally.c +@@ -21,6 +21,8 @@ + #include "hid-ids.h" + #include "hid-asus-ally.h" + ++#define DEBUG ++ + #define READY_MAX_TRIES 3 + #define FEATURE_REPORT_ID 0x0d + #define FEATURE_ROG_ALLY_REPORT_ID 0x5a +-- +2.48.1 + |