summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly initialise rx_len in mfcl_write() (Pierrick Hascoet <pierrick.hasc...ploetz2007-02-141-1/+1
* Fix typo. we don't wand sizeof(sizeof(somethin)) (Rainer Keller <mail@rainerk...laforge2007-01-071-1/+1
* - change --with-openct to --enable-openctlaforge2007-01-062-2/+15
* include not-installed headers in release tarballs laforge2006-12-291-0/+1
* - only link with openct if we need itlaforge2006-12-041-1/+2
* - add size detection for mifare classic / ultralightlaforge2006-12-015-9/+87
* - fix mifare write supportlaforge2006-11-287-22/+381
* some preliminary work to get 15693 working (actual implementation still missing)laforge2006-10-251-208/+34
* fix conditionals / variable definitions (automake madness)laforge2006-10-231-11/+16
* graceful error in case of non-existing reader backend driverlaforge2006-10-231-0/+2
* export 14443a initialiation routinelaforge2006-10-151-1/+1
* - fix multiple include of rfid_protocol_mifare_classic.h problemlaforge2006-10-154-5/+91
* prefix functions of openpcd firmware with 'opcd_' to prevent confusion :)laforge2006-10-141-4/+4
* redesign autoconf/automake infrastructure to supportlaforge2006-10-143-8/+25
* - remove prototypes for already-removed _register() functions from headerslaforge2006-10-146-29/+14
* - separate 'STATIC' (non-dyamic-allocation) from 'FIRMWARE' (no host drivers)laforge2006-10-146-6/+38
* Prepare RFID compilation in firmware modelaforge2006-10-1413-129/+168
* - fix segfault during rfid_scan()laforge2006-10-083-2/+14
* - don't display debug messages during usb bus scanlaforge2006-10-081-3/+0
* - use C99 compiler flagslaforge2006-10-078-16/+289
* - make openpcd driver work with most recent openpcd dumbreader firmwarelaforge2006-10-041-5/+6
* add support for multiple [new] usb id's in openct backend driverlaforge2006-09-301-12/+26
* fix various compile warnings. code cleanuplaforge2006-09-305-4/+11
* memset the size of the structure, rather than the pointer to it. Usually this...laforge2006-09-221-1/+1
* re-initialize sak rx_len for each cascade level (Henryk Ploetz)laforge2006-09-221-0/+1
* update to new (four-byte, explicit response_request flag) revision of openpcd...laforge2006-09-221-24/+36
* introduce new debug macro for debugging register-level accesseslaforge2006-09-221-12/+23
* - fix treatment of rx_length in low-level transceive routineslaforge2006-08-161-3/+15
* ugly workaround to avoid stack overflowlaforge2006-08-161-1/+3
* add timer/irq handling, disabledlaforge2006-08-161-4/+119
* add some more register definitionlaforge2006-08-161-1/+17
* - more verbose/precise debug messageslaforge2006-08-161-13/+10
* add interrupt definitionslaforge2006-08-071-0/+10
* add support for new OpenPCD designlaforge2006-07-233-1/+388
* minor cosmetic cleanup, use macro instead of explicit checklaforge2006-06-231-3/+2
* add more debugging about CID/NAD capability of cardlaforge2006-06-231-2/+6
* fix TX chaining: Don't use/respect toggle bit (block nr) for S-blocks.laforge2006-06-231-16/+24
* implement TX side chaining, clean up a lot of spaghetti codelaforge2006-06-211-118/+157
* respect MTU indicated by low-level driver.laforge2006-06-141-0/+2
* fix tx chaininglaforge2006-06-141-5/+6
* make sure we never rx/tx frames > 64 bytes because stupid cm5121 is not able tolaforge2006-06-141-1/+3
* fix multi-fifo-writes. still doesn't work, I think we have to limit the fram...laforge2006-06-141-1/+2
* - make timeout more liberallaforge2006-06-141-15/+60
* s/transcieve/transceive/g (Henryk Ploetz)laforge2006-06-1312-90/+90
* increased SNDBUF_SIZE to prevent overflowlaforge2006-06-131-3/+3
* patch introduces -ETIMEDOUT as an error return code in case of ...laforge2006-06-131-2/+1
* Fix mifare authentication for multiple blockslaforge2006-06-131-3/+0
* add some very rudimentary timeout handling, i.e. abort if there is no respons...laforge2006-05-271-3/+9
* fix conditional compilation of internal CCID driverlaforge2006-05-272-3/+9
* move ccid direct backend to subdirectorylaforge2006-05-271-0/+0
personal git repositories of Harald Welte. Your mileage may vary