mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Detect more KV variants
This commit is contained in:
@@ -271,7 +271,7 @@ local pw_set = Set { "24", "1B", "1D", "1F", "1C", "20" }
|
||||
local pw2_set = Set { "D4", "5A", "D5", "D6", "D7", "D8", "F2", "17",
|
||||
"60", "F4", "F9", "62", "61", "5F" }
|
||||
local kt2_set = Set { "C6" }
|
||||
local kv_set = Set { "13", "54" }
|
||||
local kv_set = Set { "13", "54", "2A", "4F", "52", "53" }
|
||||
|
||||
if k2_set[kindle_devcode] then
|
||||
return Kindle2
|
||||
|
||||
Reference in New Issue
Block a user