Added support for MSP430F4270.

This commit is contained in:
Daniel Beer 2010-10-28 14:02:28 +13:00
parent f25ad8fc43
commit 5c50a430ee
1 changed files with 35 additions and 0 deletions

View File

@ -1002,6 +1002,41 @@ static const struct fet_db_record fet_db[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
}
},
{ /* Captured using USB sniffer */
.name = "MSP430F4270",
.msg28_data = {
0xf4, 0x27, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x01, 0x61, 0x01, 0x47, 0xf4, 0x41,
0x84, 0x00
/* extra: 89 00 00 00 00 00 00 00 */
},
.msg29_params = {0, 0x22, 0x1b},
.msg29_data = {
0x00, 0x80, 0xff, 0xff, 0x00, 0x00, 0x00, 0x10,
0xff, 0x10, 0x80, 0x00, 0x00, 0x02, 0xff, 0x02,
0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
0x01, 0x00, 0xd7, 0x60, 0x90, 0x00, 0xaf, 0x00,
0x08, 0x07, 0x10, 0x0e, 0x8c, 0x0a, 0x70, 0x17,
0x58, 0x1b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0x00, 0x01, 0x00, 0x33, 0x80, 0x1f, 0x80,
0xff, 0xff
},
.msg2b_len = 0x4a,
.msg2b_data = {
0x00, 0x0c, 0xff, 0x0f, 0x00, 0x02, 0x00, 0x00,
0x02, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00
}
}
};