summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* - add mifare classic supportlaforge2005-10-228-36/+60
| | | | | | | | - 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
* cleanuplaforge2005-10-222-4/+5
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1554 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add convenience functions to set lock bits laforge2005-10-221-0/+6
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1553 e0336214-984f-0b4b-a45f-81c69e1f0ede
* mifare ultraligh have pages 0-15, not only 0-7laforge2005-10-221-0/+9
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1552 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add support for mifare ultralightlaforge2005-10-222-1/+8
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1550 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add some known vendor codeslaforge2005-10-221-0/+7
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1548 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add mifare ultralight support (incomplete)laforge2005-10-202-0/+25
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1543 e0336214-984f-0b4b-a45f-81c69e1f0ede
* use 64bit timeout values throughout the code, since some timeouts exceeds ↵laforge2005-09-113-7/+7
| | | | | | 4.8 billion microseconds (seconds). git-svn-id: https://svn.gnumonks.org/trunk/librfid@1426 e0336214-984f-0b4b-a45f-81c69e1f0ede
* As Juergen Heinzl pointed out, much of my original fwi calculations evaluatedlaforge2005-09-112-3/+3
| | | | | | | | 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
* Some cosmetic changes (Juergen Heinzl)laforge2005-09-111-2/+2
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1422 e0336214-984f-0b4b-a45f-81c69e1f0ede
* - start 15693 implementationlaforge2005-06-144-2/+54
| | | | | | | - build a real library (librfid.a) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1215 e0336214-984f-0b4b-a45f-81c69e1f0ede
* - add support for toggle bitlaforge2005-06-131-0/+2
| | | | | | | - 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
* shuffle structure elements to cope with atr[0]laforge2005-06-131-2/+5
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1208 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add speed information to data structureslaforge2005-06-131-0/+9
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1207 e0336214-984f-0b4b-a45f-81c69e1f0ede
* some more reader-related debugginglaforge2005-06-131-0/+1
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1205 e0336214-984f-0b4b-a45f-81c69e1f0ede
* move librfid to new location in repositorylaforge2005-05-2910-0/+617
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1181 e0336214-984f-0b4b-a45f-81c69e1f0ede
personal git repositories of Harald Welte. Your mileage may vary