Commit Graph

66 Commits

Author SHA1 Message Date
laforge 5fc01ff6f9 - add mifare classic support
- move uid/pupi from l2 private data into l2 global data
- various cleanups


git-svn-id: https://svn.gnumonks.org/trunk/librfid@1555 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 20:20:21 +00:00
laforge 073fc3dcce cleanup
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1554 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 18:31:59 +00:00
laforge 852829c4ab add convenience functions to set lock bits
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1553 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 18:12:48 +00:00
laforge 09a3dd030d mifare ultraligh have pages 0-15, not only 0-7
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1552 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 17:55:57 +00:00
laforge 47b378a217 add support for mifare ultralight
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1550 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 17:21:36 +00:00
laforge 8cd779e0a3 add some known vendor codes
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1548 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-22 17:18:57 +00:00
laforge d222d836a7 add mifare ultralight support (incomplete)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1543 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-10-20 20:15:49 +00:00
laforge 098ef26c87 use 64bit timeout values throughout the code, since some timeouts exceeds 4.8 billion microseconds (seconds).
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1426 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-09-11 19:59:58 +00:00
laforge a740a7a578 As Juergen Heinzl pointed out, much of my original fwi calculations evaluated
to zero due to the integer range limitations.  shifting everything to the microsecond
range should solve this problem without introducing ugly floating point arithmetics.


git-svn-id: https://svn.gnumonks.org/trunk/librfid@1425 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-09-11 19:59:05 +00:00
laforge 242b57ecd7 Some cosmetic changes (Juergen Heinzl)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1422 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-09-11 19:58:00 +00:00
laforge 3897fabc5c - start 15693 implementation
- build a real library (librfid.a)


git-svn-id: https://svn.gnumonks.org/trunk/librfid@1215 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-06-14 12:41:42 +00:00
laforge ce0639ab6e - add support for toggle bit
- full implementation of ACK / chaining for both Rx and Tx


git-svn-id: https://svn.gnumonks.org/trunk/librfid@1209 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-06-13 09:19:02 +00:00
laforge c7e6b4a88e shuffle structure elements to cope with atr[0]
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1208 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-06-13 09:17:31 +00:00
laforge 5506978158 add speed information to data structures
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1207 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-06-13 09:17:05 +00:00
laforge 9fc29bd2f4 some more reader-related debugging
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1205 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-06-13 09:15:33 +00:00
laforge b0fef13efe move librfid to new location in repository
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1181 e0336214-984f-0b4b-a45f-81c69e1f0ede
2005-05-29 18:05:31 +00:00