Subversion Repositories freemyipod

Rev

Blame | Last modification | View Log | RSS feed

hwtypes = {
    0: "invalid",
    0x47324e49: "iPod nano 2g",
    0x47334e49: "iPod nano 3g",
    0x47344e49: "iPod nano 4g",
    0x4c435049: "iPod classic"
}

swtypes = {
    0: "invalid",
    1: "emBIOS Debugger"
}

responsecodes = {
    0: "invalid",
    1: "ok",
    2: "unsupported",
    3: "busy"
}