From bf7ea7af6dcb3da42744177cf229fce8f8d52b71 Mon Sep 17 00:00:00 2001 From: Hans-Werner Hilse Date: Thu, 27 Nov 2014 10:14:24 +0000 Subject: [PATCH] add device names as comments we use mostly code names internally, but it is probably a good idea to annotate the actual device names. --- frontend/device/kobo/device.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index 452b2c9c1..e760b7b37 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -17,16 +17,19 @@ local Kobo = Generic:new{ -- TODO: hasKeys for some devices? +-- Kobo Touch: local KoboTrilogy = Kobo:new{ model = "Kobo_trilogy", touch_switch_xy = false, } +-- Kobo Mini: local KoboPixie = Kobo:new{ model = "Kobo_pixie", display_dpi = 200, } +-- Kobo Aura H2O: local KoboDahlia = Kobo:new{ model = "Kobo_dahlia", hasFrontlight = yes, @@ -36,18 +39,21 @@ local KoboDahlia = Kobo:new{ viewport = Geom:new{x=0, y=10, w=1080, h=1430}, } +-- Kobo Aura HD: local KoboDragon = Kobo:new{ model = "Kobo_dragon", hasFrontlight = yes, display_dpi = 265, } +-- Kobo Glo: local KoboKraken = Kobo:new{ model = "Kobo_kraken", hasFrontlight = yes, display_dpi = 212, } +-- Kobo Aura: local KoboPhoenix = Kobo:new{ model = "Kobo_phoenix", hasFrontlight = yes,