From a2cf0155450cc1b17df025ce170018dcb98bd3df Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 8 Jul 2014 00:15:41 +0200 Subject: [PATCH] Detect the EU 4GB WiFi PW2 --- frontend/ui/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/device.lua b/frontend/ui/device.lua index 10e36c949..2704f04fb 100644 --- a/frontend/ui/device.lua +++ b/frontend/ui/device.lua @@ -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"