From 68623854fea0c753b31b6852a0412af270eae720 Mon Sep 17 00:00:00 2001 From: chrox Date: Wed, 15 Apr 2015 13:39:28 +0800 Subject: [PATCH] Add Kindle Voyage support on libkohelper --- platform/kindle/libkohelper.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/kindle/libkohelper.sh b/platform/kindle/libkohelper.sh index eb4cc383e..29cd035fd 100644 --- a/platform/kindle/libkohelper.sh +++ b/platform/kindle/libkohelper.sh @@ -22,6 +22,13 @@ case "${kmodel}" in EIPS_X_RES=16 EIPS_Y_RES=24 # Manually mesured, should be accurate. ;; + "13" | "54" | "2A" | "4F" | "52" | "53" ) + # Kindle Voyage + SCREEN_X_RES=1072 + SCREEN_Y_RES=1448 + EIPS_X_RES=16 + EIPS_Y_RES=24 # Manually mesured, should be accurate. + ;; * ) # Handle legacy devices... if [ -f "/etc/rc.d/functions" ] && grep "EIPS" "/etc/rc.d/functions" > /dev/null 2>&1 ; then