freemyipod r927 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r926‎ | r927 | r928 >
Date:02:53, 11 May 2014
Author:user890104
Status:new
Tags:
Comment:
libemcore: Add iPod Touch 2G to the list of supported hardware types
Modified paths:
  • /emcore/trunk/tools/libemcoredata.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcoredata.py
@@ -104,8 +104,9 @@
105105
106106 hwtypes = {
107107 0: ("invalid", "invalid"),
108 - 0x47324e49: ("ipodnano2g", "iPod nano 2g"),
109 - 0x47334e49: ("ipodnano3g", "iPod nano 3g"),
110 - 0x47344e49: ("ipodnano4g", "iPod nano 4g"),
111 - 0x4c435049: ("ipodclassic", "iPod classic"),
112 -}
\ No newline at end of file
 108+ 0x47324e49: ("ipodnano2g", "iPod Nano 2G"),
 109+ 0x47334e49: ("ipodnano3g", "iPod Nano 3G"),
 110+ 0x47344e49: ("ipodnano4g", "iPod Nano 4G"),
 111+ 0x4c435049: ("ipodclassic", "iPod Classic"),
 112+ 0x47325449: ("ipodtouch2g", "iPod Touch 2G"),
 113+}