mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Detect the EU 4GB WiFi PW2
This commit is contained in:
@@ -49,7 +49,7 @@ function Device:getModel()
|
||||
local k4_set = Set { "0E", "23" }
|
||||
local touch_set = Set { "0F", "11", "10", "12" }
|
||||
local pw_set = Set { "24", "1B", "1D", "1F", "1C", "20" }
|
||||
local pw2_set = Set { "D4", "5A", "D5", "D6", "D7", "D8", "F2" }
|
||||
local pw2_set = Set { "D4", "5A", "D5", "D6", "D7", "D8", "F2", "17" }
|
||||
|
||||
if k2_set[kindle_devcode] then
|
||||
self.model = "Kindle2"
|
||||
|
||||
Reference in New Issue
Block a user