From fb45576429b4302cd7dd7f09999206a5d60e9960 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 9 Feb 2022 23:25:37 +0100 Subject: [PATCH] Kobo: Use the right input protocol on the Nia (#8794) c.f., https://github.com/baskerville/plato/issues/220 --- frontend/device/kobo/device.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index 2462656fd..a4bd23761 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -298,13 +298,13 @@ local KoboStorm = Kobo:new{ } -- Kobo Nia: ---- @fixme: Untested, assume it's Clara-ish for now. +--- @fixme: Mostly untested, assume it's Clara-ish for now. local KoboLuna = Kobo:new{ model = "Kobo_luna", isMk7 = yes, canToggleChargingLED = yes, hasFrontlight = yes, - touch_snow_protocol = true, + touch_phoenix_protocol = true, display_dpi = 212, }