From b297cf22b60e5ddfc67b84112143de3463e71dbc Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 27 Feb 2013 20:23:01 +0900 Subject: [PATCH] add changelog entry for the bug fix of usb-icc --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2499063..44dcc2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-02-27 Niibe Yutaka + + * src/usb-icc.c (set_sw1sw2): Arguments are C and CHUNK_LEN. + Fix reporting remaining bytes. + (icc_send_data_block_gr): Follow the arguments change of + set_sw1sw2. + 2013-02-25 Niibe Yutaka * src/configure: Correct typo in help text.