PC_to_RDR_ResetParameters fix

Change-Id: I1d89a704727baa0fd1d14eb6f17809c69cc0df67
diff --git a/ccid_common/ccid_device.c b/ccid_common/ccid_device.c
index 34fdcc8..9e72e11 100644
--- a/ccid_common/ccid_device.c
+++ b/ccid_common/ccid_device.c
@@ -480,6 +480,8 @@
 	/* copy default parameters from somewhere */
 	/* FIXME: T=1 */
 
+	cs->proposed_pars = *cs->default_pars;
+
 	/* validate parameters; abort if they are not supported */
 	rc = cs->ci->slot_ops->set_params(cs, seq, CCID_PROTOCOL_NUM_T0, cs->default_pars);
 	if (rc < 0) {