# HG changeset patch # User rbultje # Date 1281718957 0 # Node ID 697815446a122cc77fdb487be0865ca378949600 # Parent 920c249caa55e3efb2141cac1c18c8e9d56cb770 Fix wrong command prefix for timing test in MMST protocol. Patch by Zhentan Feng . diff -r 920c249caa55 -r 697815446a12 mmst.c --- a/mmst.c Thu Aug 12 21:07:17 2010 +0000 +++ b/mmst.c Fri Aug 13 17:02:37 2010 +0000 @@ -166,7 +166,7 @@ static int send_time_test_data(MMSTContext *mmst) { start_command_packet(mmst, CS_PKT_TIMING_DATA_REQUEST); - insert_command_prefixes(&mmst->mms, 0xf0f0f0f1, 0x0004000b); + insert_command_prefixes(&mmst->mms, 0x00f0f0f0, 0x0004000b); return send_command_packet(mmst); }