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",