Subversion Repositories freemyipod

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
171 farthen 1
hwtypes = {
2
    0: "invalid",
3
    0x47324e49: "iPod nano 2g",
4
    0x47334e49: "iPod nano 3g",
5
    0x47344e49: "iPod nano 4g",
6
    0x4c435049: "iPod classic"
7
}
8
 
9
swtypes = {
10
    0: "invalid",
11
    1: "emBIOS Debugger"
12
}
13
 
14
responsecodes = {
15
    0: "invalid",
16
    1: "ok",
17
    2: "unsupported",
18
    3: "busy"
19
}