mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Point the Kindle 4 to non-legacy OTAs
It uses the same CPU as a Kindle Touch ;).
This commit is contained in:
@@ -82,7 +82,7 @@ function OTAManager:getOTAModel()
|
||||
elseif Device:isCervantes() then
|
||||
return "cervantes"
|
||||
elseif Device:isKindle() then
|
||||
if Device:isTouchDevice() then
|
||||
if Device:isTouchDevice() or Device.model == "Kindle4" then
|
||||
if self:_isKindleWarioOrMore() then
|
||||
return "kindlepw2"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user