From 02292fffe0da68986ed70271cbe69d2691c0f80e Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 18 Mar 2025 21:12:41 +1100 Subject: Add fastmouse script --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch.sh') diff --git a/patch.sh b/patch.sh index c78e526..f8cd2a2 100755 --- a/patch.sh +++ b/patch.sh @@ -9,4 +9,4 @@ rm ./linux/drivers/hid/hid-input.c cp ./src/hid-input.c ./linux/drivers/hid/hid-input.c cd ./linux -git diff >> ../fastmouse.patch +git diff > ../fastmouse.patch -- cgit v1.2.3