From a8b54f36593cbd4584b19dd525a78863dd6b3f4c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 17 Oct 2024 08:57:14 -0400 Subject: [PATCH] Add my kernel testing scripts --- dot_local/bin/executable_kernel-test | 7 +++++++ dot_local/bin/executable_linux-input-send | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100755 dot_local/bin/executable_kernel-test create mode 100755 dot_local/bin/executable_linux-input-send diff --git a/dot_local/bin/executable_kernel-test b/dot_local/bin/executable_kernel-test new file mode 100755 index 0000000..8eaebd6 --- /dev/null +++ b/dot_local/bin/executable_kernel-test @@ -0,0 +1,7 @@ +#!/bin/sh + +#make -j16 && +sudo cp drivers/hid/hid-uclogic.ko /lib/modules/6.2.0-rc5-x86_64+/kernel/drivers/hid/hid-uclogic.ko && +sudo modprobe -r hid_uclogic && +sudo modprobe hid_uclogic && +sudo dmesg -w diff --git a/dot_local/bin/executable_linux-input-send b/dot_local/bin/executable_linux-input-send new file mode 100755 index 0000000..5cf673f --- /dev/null +++ b/dot_local/bin/executable_linux-input-send @@ -0,0 +1,12 @@ +#!/bin/sh + +git send-email \ + --cc='Jiri Kosina ' \ + --cc='Benjamin Tissoires ' \ + --cc='linux-input@vger.kernel.org' \ + --cc='linux-kernel@vger.kernel.org' \ + --to='linux-input@vger.kernel.org' \ + --transfer-encoding=8bit \ + --compose-encoding=UTF-8 \ + --8bit-encoding=UTF-8 \ + outgoing/