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/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Sat Nov 27 12:15:32 UTC 2021


Hoernchen has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/96/26396/1

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: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211127/9153116c/attachment.htm>


More information about the gerrit-log mailing list