From 8703a043c755bad760cbfb98724c52bea7725bb9 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 28 Apr 2015 18:23:30 +0200 Subject: [PATCH] Fix the eips prints on a KT2 --- platform/kindle/libkohelper.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/kindle/libkohelper.sh b/platform/kindle/libkohelper.sh index da051b28e..8604d3fa8 100644 --- a/platform/kindle/libkohelper.sh +++ b/platform/kindle/libkohelper.sh @@ -29,6 +29,13 @@ case "${kmodel}" in EIPS_X_RES=16 EIPS_Y_RES=24 # Manually mesured, should be accurate. ;; + "C6" | "DD" ) + # KT2... + SCREEN_X_RES=608 # NOTE: Might actually be 600... + SCREEN_Y_RES=800 + EIPS_X_RES=16 + EIPS_Y_RES=24 + ;; * ) # Handle legacy devices... if [ -f "/etc/rc.d/functions" ] && grep "EIPS" "/etc/rc.d/functions" > /dev/null 2>&1 ; then