From 0fb29e9cd35ae8b10f4d1ec3f3d129487f3f4598 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 16 Dec 2016 10:53:41 +0100 Subject: [PATCH] Kobo: fix Kobo Aura second edition highlighting --- frontend/device/kobo/device.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index e650d2797..3badeff03 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -99,7 +99,8 @@ local KoboPhoenix = Kobo:new{ local KoboStar = Kobo:new{ model = "Kobo_star", hasFrontlight = yes, - touch_alyssum_protocol = true, + touch_probe_ev_epoch_time = true, + touch_phoenix_protocol = true, display_dpi = 212, -- the bezel covers 12 pixels at the bottom: viewport = Geom:new{x=0, y=0, w=758, h=1012},