In any case, in your case, the fix is simple: drop the `snow_protocol` quirks.
I'm wary of doing this globally, because the Clara HD is a wildly popular device and we've *never* heard of this, so something about your specific device is... strange ;p.
Which leaves you with dealing with it via a
User patch, using a
2- prefix (c.f., the many examples on that wiki page).
Code:
local Device = require("device")
local Input = Device.input
Input.snow_protocol = false