Detect the EU 4GB WiFi PW2

This commit is contained in:
NiLuJe
2014-07-08 00:15:41 +02:00
parent 550e86cc8e
commit a2cf015545

View File

@@ -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"