From 1249653b654bca6caaecc407a2128c4f1ccabd52 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 14 Apr 2025 13:32:55 +1000 Subject: Move impl to header single file, fix linking etc --- src/make_patch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/make_patch.sh') diff --git a/src/make_patch.sh b/src/make_patch.sh index 58c946e..2aa27c0 100755 --- a/src/make_patch.sh +++ b/src/make_patch.sh @@ -3,7 +3,9 @@ set -xe cp ./src/linux/* ./linux/drivers/hid/ +cp ./src/fastmouse.h ./linux/drivers/hid/ cd ./linux +git add --intent-to-add ./drivers/hid/fastmouse.h git diff > ../fastmouse.patch -exit 0 \ No newline at end of file +exit 0 -- cgit v1.2.3