Change RX_WAIT to reset default instead of omnikey proprietary driver value
authorHarald Welte <laforge@gnumonks.org>
Sun, 11 Sep 2005 19:58:39 +0000 (19:58 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 11 Sep 2005 19:58:39 +0000 (19:58 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1424 e0336214-984f-0b4b-a45f-81c69e1f0ede

rfid_asic_rc632.c

index 09b4f42..764b7b7 100644 (file)
@@ -518,7 +518,8 @@ rc632_iso14443a_init(struct rfid_asic_handle *handle)
        if (ret < 0)
                return ret;
 
-       ret = rc632_reg_write(handle, RC632_REG_RX_WAIT, 0x03);
+       /* Omnikey proprietary driver has 0x03, but 0x06 is the default reset value ?!? */
+       ret = rc632_reg_write(handle, RC632_REG_RX_WAIT, 0x06);
        if (ret < 0)
                return ret;