summaryrefslogtreecommitdiff
path: root/src/rfid_protocol.c
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-01-27 21:14:08 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2008-01-27 21:14:08 +0000
commit79e204d323cd6c465e1a3a53598a655304be1d7a (patch)
treefdf30931cc4e52709b1034802b3f769b6f0b64aa /src/rfid_protocol.c
parentc203de04bd740e324b06615b98932ac9fa734ed2 (diff)
partial ISO15693 support (based on patch by Bjoern Kaiser)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2057 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'src/rfid_protocol.c')
-rw-r--r--src/rfid_protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rfid_protocol.c b/src/rfid_protocol.c
index 9d70e90..71c52ff 100644
--- a/src/rfid_protocol.c
+++ b/src/rfid_protocol.c
@@ -28,6 +28,7 @@ static const struct rfid_protocol *rfid_protocols[] = {
[RFID_PROTOCOL_MIFARE_CLASSIC] = &rfid_protocol_mfcl,
[RFID_PROTOCOL_MIFARE_UL] = &rfid_protocol_mful,
[RFID_PROTOCOL_TCL] = &rfid_protocol_tcl,
+ [RFID_PROTOCOL_TAGIT] = &rfid_protocol_tagit,
};
struct rfid_protocol_handle *
personal git repositories of Harald Welte. Your mileage may vary