summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RC632: don't use RFID_14443A_SPEED_???K to index linear arrayHEADmasterHarald Welte2011-04-081-4/+4
* The copyright on the SPIDEV driver has been transferred to HaraldHarald Welte2010-10-251-1/+2
* Note that ISO15693 contributions by Bjoern Riemer are now (C) Harald WelteHarald Welte2010-10-251-2/+4
* remove iso15693 anticol from TODOHarald Welte2010-05-051-1/+1
* add gitignore filesHarald Welte2010-05-053-0/+28
* udev: use 'plugdev' group rather than 'users' groupHarald Welte2010-05-051-2/+2
* fix compiler warningslaforge2008-05-241-2/+4
* Add WRITE support for ISO15693 (Bjoern Riemer)laforge2008-05-245-57/+341
* fix crash of librfid-tool in scan function (Mate Soos)laforge2008-05-241-0/+5
* add CRC check to ISO15693 (Bjoern Riemer)laforge2008-05-241-2/+4
* remove extra reads of primary status register (Bjoern Riemer)laforge2008-05-241-4/+0
* * use RC632_CMD_IDLE instead of 0x00 to improve readabilitylaforge2008-05-241-2/+1
* Follow-up fixes for IRQ/ERR bitmaks mess (Bjoern Riemer) Patch 011laforge2008-05-243-10/+42
* * Fix the STATUS register bit definitions foer STAT_{ERR,IRQ} (Bjoern Riemer)laforge2008-05-241-2/+2
* python updatelaforge2008-05-073-77/+20
* add -E parameter to do an endless loop of enumeratiosn. The option has onelaforge2008-02-241-2/+44
* add anticollision support for iso15693 and use correct mask_len (Bjoern Riemer)laforge2008-02-241-22/+91
* implement SELECT command for ISO15693 (Bjoern Riemer)laforge2008-02-241-14/+24
* add function to set mifare key from internal eepromlaforge2008-02-249-0/+68
* finish eeprom read/write implementations for RC632laforge2008-02-081-10/+65
* add support for setting layer2 while doing scanning (Bjoern Riemer)laforge2008-02-081-5/+9
* add ISO15693 stay_quiet (close) support (Bjoern Riemer)laforge2008-02-081-3/+73
* use DEBUGP, not printf (Bjoern Riemer)laforge2008-02-081-2/+2
* add missing semicolonlaforge2008-02-081-1/+1
* fix typo in 15693 AFI setopt implementation (Bjoern Riemer)laforge2008-02-081-1/+1
* python update (Kushal Das)laforge2008-02-085-50/+635
* Add declaration of rc632_register_dump() laforge2008-02-081-0/+1
* fix bugs for optlen setting in layer2_Getopt of iso14443a (Uwe Hermann)laforge2008-02-081-1/+3
* mifare-tool: fix '-h', use '-b' for brute force (Uwe Hermann)laforge2008-02-081-3/+3
* disable debug in the default compile (Uwe Hermann)laforge2008-02-083-7/+2
* add (preliminary?) SAK based detection of mifare mini.laforge2008-02-073-4/+19
* use LIBS instead of AM_LDFLAGS, otherwise apparently some systems won't linklaforge2008-02-051-1/+1
* * update readme to reflect 0.2.0 releselaforge2008-02-041-14/+18
* * add rfid_reader_rc632_common.h to noinst_HEADERSlaforge2008-02-041-1/+2
* Make librfid-tool print out the ATS in case of success with a T=CL cardploetz2008-02-021-0/+17
* * implement rfid_reader_{get,set}opt()laforge2008-01-2919-851/+1055
* implement new mifare dumping code based on sector/block translation functions,laforge2008-01-291-24/+64
* * fix length of mifare classic blocklaforge2008-01-292-2/+41
* make svn:ignore properties more completelaforge2008-01-270-0/+0
* make svn:ignore list completelaforge2008-01-270-0/+0
* add autotools related files to svn:ignore propertylaforge2008-01-270-0/+0
* set recursive svn:ignore of Makefile.inlaforge2008-01-270-0/+0
* partial ISO15693 support (based on patch by Bjoern Kaiser)laforge2008-01-2723-210/+1215
* * improve scanning support:laforge2008-01-278-27/+91
* cosmetic coding style fixes laforge2008-01-262-19/+20
* coding style fixeslaforge2008-01-261-10/+7
* always compile the rfid_hexdump() function, since DEBUG_LIBRFID might be defi...laforge2008-01-261-2/+0
* fix more compiler warnings, based on a patch by Rainer Kellerlaforge2008-01-269-24/+11
* * support for mingw (Petr Stetiar)laforge2008-01-264-12/+47
* update COPYING to latest version (Uwe Hermann)laforge2008-01-261-15/+14
personal git repositories of Harald Welte. Your mileage may vary