summaryrefslogtreecommitdiff
path: root/rfid_reader_cm5121.c
Commit message (Collapse)AuthorAgeFilesLines
* increase send buffer to 100 byteslaforge2005-11-011-2/+3
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1611 e0336214-984f-0b4b-a45f-81c69e1f0ede
* Add support for native CCID driver, modularize OpenCT support (based on a ↵laforge2005-10-291-2/+3
| | | | | | patch from Werner Koch) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1597 e0336214-984f-0b4b-a45f-81c69e1f0ede
* make "frametype" a parameter of transcieve functionslaforge2005-10-231-4/+11
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1559 e0336214-984f-0b4b-a45f-81c69e1f0ede
* - add mifare classic supportlaforge2005-10-221-0/+10
| | | | | | | | - 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
* first read the register, then print it. not the other way around ;)laforge2005-10-221-1/+1
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1547 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add mifare ultralight support (incomplete)laforge2005-10-201-0/+8
| | | | 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-111-1/+3
| | | | | | 4.8 billion microseconds (seconds). git-svn-id: https://svn.gnumonks.org/trunk/librfid@1426 e0336214-984f-0b4b-a45f-81c69e1f0ede
* Some cosmetic changes (Juergen Heinzl)laforge2005-09-111-5/+6
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1422 e0336214-984f-0b4b-a45f-81c69e1f0ede
* - start 15693 implementationlaforge2005-06-141-0/+6
| | | | | | | - build a real library (librfid.a) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1215 e0336214-984f-0b4b-a45f-81c69e1f0ede
* some more reader-related debugginglaforge2005-06-131-5/+15
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1205 e0336214-984f-0b4b-a45f-81c69e1f0ede
* add gpl disclaimerslaforge2005-05-291-0/+15
| | | | git-svn-id: https://svn.gnumonks.org/trunk/librfid@1182 e0336214-984f-0b4b-a45f-81c69e1f0ede
* move librfid to new location in repositorylaforge2005-05-291-0/+276
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