You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-mobilephone/gnokii/files/gnokii-0.6.29-pcsc.patch

14 lines
431 B

--- a/common/phones/pcsc.c
+++ b/common/phones/pcsc.c
@@ -199,8 +199,8 @@ static gn_error get_gn_error(PCSC_IOSTRU
case SCARD_W_UNPOWERED_CARD:
case SCARD_W_RESET_CARD:
case SCARD_W_REMOVED_CARD:
- case SCARD_W_INSERTED_CARD:
- return GN_ERR_SIMPROBLEM;
+ /* removed in pscc case SCARD_W_INSERTED_CARD:
+ return GN_ERR_SIMPROBLEM; */
case SCARD_E_NO_MEMORY:
return GN_ERR_MEMORYFULL;
case SCARD_F_WAITED_TOO_LONG: