Subversion Repositories freemyipod

Rev

Rev 774 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 774 Rev 927
Line 102... Line 102...
102
    2: "emCORE Debugger"
102
    2: "emCORE Debugger"
103
}
103
}
104
 
104
 
105
hwtypes = {
105
hwtypes = {
106
    0:          ("invalid",     "invalid"),
106
    0:          ("invalid",     "invalid"),
107
    0x47324e49: ("ipodnano2g",  "iPod nano 2g"),
-
 
108
    0x47334e49: ("ipodnano3g",  "iPod nano 3g"),
-
 
109
    0x47344e49: ("ipodnano4g",  "iPod nano 4g"),
-
 
110
    0x4c435049: ("ipodclassic", "iPod classic"),
-
 
111
}
-
 
112
107
    0x47324e49: ("ipodnano2g",  "iPod Nano 2G"),
-
 
108
    0x47334e49: ("ipodnano3g",  "iPod Nano 3G"),
-
 
109
    0x47344e49: ("ipodnano4g",  "iPod Nano 4G"),
-
 
110
    0x4c435049: ("ipodclassic", "iPod Classic"),
-
 
111
    0x47325449: ("ipodtouch2g", "iPod Touch 2G"),
-
 
112
}
-
 
113