summaryrefslogtreecommitdiff
path: root/src
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
* add gitignore filesHarald Welte2010-05-051-0/+2
* fix compiler warningslaforge2008-05-241-2/+4
* Add WRITE support for ISO15693 (Bjoern Riemer)laforge2008-05-242-46/+221
* 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-242-7/+39
* * Fix the STATUS register bit definitions foer STAT_{ERR,IRQ} (Bjoern Riemer)laforge2008-05-241-2/+2
* 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-247-0/+65
* finish eeprom read/write implementations for RC632laforge2008-02-081-10/+65
* 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
* fix bugs for optlen setting in layer2_Getopt of iso14443a (Uwe Hermann)laforge2008-02-081-1/+3
* disable debug in the default compile (Uwe Hermann)laforge2008-02-083-7/+2
* add (preliminary?) SAK based detection of mifare mini.laforge2008-02-072-4/+17
* * add rfid_reader_rc632_common.h to noinst_HEADERSlaforge2008-02-041-1/+2
* * implement rfid_reader_{get,set}opt()laforge2008-01-2912-773/+939
* * fix length of mifare classic blocklaforge2008-01-291-1/+32
* partial ISO15693 support (based on patch by Bjoern Kaiser)laforge2008-01-2711-190/+935
* * improve scanning support:laforge2008-01-275-21/+56
* 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-264-7/+7
* * support for mingw (Petr Stetiar)laforge2008-01-261-1/+1
* * add missing header files to distributed tarballlaforge2008-01-261-2/+2
* add missing spidev reader driver (missing from last commit)laforge2008-01-261-0/+389
* * Add spidev reader driverlaforge2008-01-262-17/+28
* mifare classic:laforge2008-01-261-47/+17
* update FSF postal address (Jeremy Laine)laforge2008-01-2316-16/+16
* Return size of mifare ultralight in bytes, just like other protocols (Robertlaforge2008-01-221-1/+2
* Fix bitfields for big endian platforms (Jeremy Lainé)laforge2008-01-222-18/+7
* applied Rainer Kellers fix 'Header missing, define name typo'meri2007-10-291-2/+2
* Need stdio.h for fprintfploetz2007-06-101-0/+2
* fixed automake/autoconf files to allow clean firmware compilationmeri2007-05-032-5/+3
* updated win32 support for MINGW32-compiler/cross-compilermeri2007-05-022-5/+102
* added win32 support for MINGW32-compiler/cross-compilermeri2007-04-309-8/+940
* fixed ISO 14443A anticollisionmeri2007-04-252-23/+49
* Add RFID_OPT_14443A_WUPA to request WUPA instead of REQA (Rainer Keller <mail...ploetz2007-03-203-4/+16
* unsigned int -> size_t in some appropriate places.ploetz2007-03-203-9/+9
* Fix a warning (Rainer Keller <mail@rainerkeller.de>)ploetz2007-03-191-0/+1
* Simplify compile options (either --enable-ccid or --enable-openct implies --e...ploetz2007-02-141-13/+7
* Fix "key format error" on cm5121 (Pierrick Hascoet <pierrick.hascoet@hydromel...ploetz2007-02-141-2/+2
personal git repositories of Harald Welte. Your mileage may vary