From 1df4f29d4ec020d8f43f61765515f7c9737b38fa Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 17 Sep 2020 17:06:39 -0700 Subject: [PATCH] Add kernel versions that have the quirks fix --- kernel_module/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kernel_module/README.md b/kernel_module/README.md index 9c1acce..ef6e18c 100644 --- a/kernel_module/README.md +++ b/kernel_module/README.md @@ -8,6 +8,14 @@ the left-right and up-down motion of the thumb stick. However, it changes the buttons that are reported by the joystick, and thus, may not be suitable for all applications. +**Note:** The following kernel versions have a fix to handle the thumb stick, +and therefore, do not require this driver. + +* 5.9+ (from -rc4 onwards) +* 5.8.10+ +* 5.4.66+ +* 4.19.146+ + # Building This directory is deliberately not integrated with the top level Autotools