lynx: Regenerate vendor blobs

Signed-off-by: HeroBuxx <me@herobuxx.me>
This commit is contained in:
HeroBuxx
2026-07-11 13:00:21 +00:00
commit bfe5ab4cfe
2769 changed files with 65782 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"pipelines": [
{
"name": "default",
"device": "/dev/touch_offload",
"algorithms": [
{
"class": "SegmentationAlgorithm",
"name": "segmentation",
},
{
"class": "GripSuppressionAlgorithm",
"name": "grip_suppression",
"blocked_by": ["segmentation"],
"parameters": {
"gripEnableCancel": true,
"palmEnableCancel": true
}
},
{
"class": "TouchflowAlgorithm",
"name": "touchflow",
"parameters": { "requires_self_data": true },
"blocked_by": ["grip_suppression"],
},
{
"class": "ReportingAlgorithm",
"name": "reporting",
"blocked_by": ["touchflow"],
},
{
"class": "TouchSuezAlgorithm",
"name": "touchsuez",
"blocked_by": ["reporting"],
}
],
}
]
}