mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[Kindle] Handle the two newish Indian PW4 variants (#4459)
xref: https://www.mobileread.com/forums/showthread.php?t=314156
This commit is contained in:
@@ -750,7 +750,7 @@ local koa2_set = Set { "0LM", "0LN", "0LP", "0LQ", "0P1", "0P2", "0P6",
|
||||
"0P7", "0P8", "0S1", "0S2", "0S3", "0S4", "0S7", "0SA" }
|
||||
local kt3_set = Set { "0DU", "0K9", "0KA" }
|
||||
local pw4_set = Set { "0PP", "0T1", "0T2", "0T3", "0T4", "0T5", "0T6",
|
||||
"0T7", "0TJ", "0TK", "0TL", "0TM", "0TN"}
|
||||
"0T7", "0TJ", "0TK", "0TL", "0TM", "0TN", "102", "103"}
|
||||
|
||||
if k2_set[kindle_devcode] then
|
||||
return Kindle2
|
||||
|
||||
Reference in New Issue
Block a user