diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e101fa7..94ab07612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] -- Use all available space from the SPI flash (@ANTodorov) +- Added Inner range aid and mad entries (@iceman1001) +- Changed `mem spiffs` - Use all available space in SPI flash (@ANTodorov) - Fixed wrong size check in MifareSim (@iceman1001) - Fixed `hf mf sim` not to respond to authentication attempts for sectors out of bound for selected Mifare type (@piotrva) - Added option to build against non-default python3 with CMake as well (@doegox) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index bde04bd92..b3dc2bcfd 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -199,6 +199,14 @@ "Description": "Access Control", "Type": "pacs" }, + { + "AID": "F47300", + "Vendor": "Inner Range", + "Country": "AU", + "Name": "Sifer-P, Sifer-U Credential", + "Description": "Inner Range access control", + "Type": "pacs" + }, { "AID": "F48120", "Vendor": "Gallagher Group Limited via PEC (New Zealand) Limited", diff --git a/client/resources/mad.json b/client/resources/mad.json index a9158fa2a..bd457ca8b 100644 --- a/client/resources/mad.json +++ b/client/resources/mad.json @@ -4690,6 +4690,13 @@ "service_provider": "Enkoa", "system_integrator": "Juan Cruz Iriondo" }, + { + "application": "Access control", + "company": "Inner Range", + "mad": "0x4730", + "service_provider": "Inner Range", + "system_integrator": "Inner Range" + }, { "application": "Trade fair card Deutsche Messe AG, Hannover", "company": "Systemform GmbH",