From e263c1fab9d1f6d07af3ed1bf96f81288b607ad1 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sun, 29 Sep 2024 23:01:08 +0700 Subject: [PATCH] Add VoodooInput kext --- Scripts/datasets/kext_data.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index c939589..01d44b6 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -379,6 +379,15 @@ kexts = [ "repo": "AlpsHID" } ), + KextInfo( + name = "VoodooInput", + description = "Provides Magic Trackpad 2 software emulation for arbitrary input sources", + category = "Input", + github_repo = { + "owner": "acidanthera", + "repo": "VoodooInput" + } + ), KextInfo( name = "VoodooPS2Controller", description = "Provides support for PS/2 keyboards, trackpads, and mouse",