partial ISO15693 support (based on patch by Bjoern Kaiser)
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sun, 27 Jan 2008 21:14:08 +0000 (21:14 +0000)
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sun, 27 Jan 2008 21:14:08 +0000 (21:14 +0000)
commit79e204d323cd6c465e1a3a53598a655304be1d7a
treefdf30931cc4e52709b1034802b3f769b6f0b64aa
parentc203de04bd740e324b06615b98932ac9fa734ed2
partial ISO15693 support (based on patch by Bjoern Kaiser)

git-svn-id: https://svn.gnumonks.org/trunk/librfid@2057 e0336214-984f-0b4b-a45f-81c69e1f0ede
23 files changed:
include/librfid/Makefile.am
include/librfid/rfid.h
include/librfid/rfid_asic_rc632.h
include/librfid/rfid_layer2.h
include/librfid/rfid_layer2_icode1.h [new file with mode: 0644]
include/librfid/rfid_layer2_iso15693.h
include/librfid/rfid_protocol.h
include/librfid/rfid_protocol_icode.h [new file with mode: 0644]
include/librfid/rfid_protocol_tagit.h [new file with mode: 0644]
include/librfid/rfid_reader.h
src/Makefile.am
src/rc632.h
src/rfid_asic_rc632.c
src/rfid_layer2.c
src/rfid_layer2_iso15693.c
src/rfid_proto_icode.c [new file with mode: 0644]
src/rfid_proto_tagit.c [new file with mode: 0644]
src/rfid_protocol.c
src/rfid_reader_cm5121.c
src/rfid_reader_openpcd.c
src/rfid_reader_spidev.c
utils/common.c
utils/librfid-tool.c