Change in osmo-ccid-firmware[master]: ccid usb handler: fix init flag

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 30 07:37:06 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/26396 )

Change subject: ccid usb handler: fix init flag
......................................................................

ccid usb handler: fix init flag

Change-Id: I2a1d13b26c578ce3a343e06c2756dd07befcdb7f
---
M sysmoOCTSIM/usb/class/ccid/device/ccid_df.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/sysmoOCTSIM/usb/class/ccid/device/ccid_df.c b/sysmoOCTSIM/usb/class/ccid/device/ccid_df.c
index 665f0fc..e418010 100644
--- a/sysmoOCTSIM/usb/class/ccid/device/ccid_df.c
+++ b/sysmoOCTSIM/usb/class/ccid/device/ccid_df.c
@@ -129,7 +129,7 @@
 		usb_d_ep_deinit(func_data->func_ep_irq);
 	}
 
-	_ccid_df_funcd.enabled = true;
+	_ccid_df_funcd.enabled = false;
 	return ERR_NONE;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/26396
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I2a1d13b26c578ce3a343e06c2756dd07befcdb7f
Gerrit-Change-Number: 26396
Gerrit-PatchSet: 3
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211130/4ec74348/attachment.htm>


More information about the gerrit-log mailing list