summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/lua/pp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/tools/lua/pp.lua')
-rw-r--r--utils/hwstub/tools/lua/pp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/lua/pp.lua b/utils/hwstub/tools/lua/pp.lua
index e32a878d01..5f2503040c 100644
--- a/utils/hwstub/tools/lua/pp.lua
+++ b/utils/hwstub/tools/lua/pp.lua
@@ -43,7 +43,7 @@ function PP.is_pp500x()
43end 43end
44 44
45if PP.is_pp611x() then 45if PP.is_pp611x() then
46 identify("PP6110x (aka GoForce6110)", "pp6110", "pp6110") 46 identify("PP611x (aka GoForce6110)", "pp6110", "pp6110")
47elseif PP.is_pp502x() then 47elseif PP.is_pp502x() then
48 identify("PP502x", "pp502x", "pp502x") 48 identify("PP502x", "pp502x", "pp502x")
49elseif PP.is_pp500x() then 49elseif PP.is_pp500x() then