Commit graph

15 commits

Author SHA1 Message Date
iceman1001
cef07dedf6 code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits 2025-02-21 15:38:33 +01:00
Jakub Kramarz
e05c36d4ea cmdhfseos: change from SendCommandMix to SendCommandNG 2025-01-27 20:23:23 +01:00
Jakub Kramarz
2464cf60fd sam_seos, sam_picopass: switch from static allocation to BigBuf 2025-01-27 20:17:44 +01:00
Jakub Kramarz
f3b831ca3e sam_seos: rename sam_set_card_detected 2025-01-27 20:17:43 +01:00
Jakub Kramarz
b8d5daa77b sam_common: extract payload copy procedures 2025-01-26 14:36:44 +01:00
Jakub Kramarz
15a37ef9df seos_sam: ran make style 2025-01-07 00:30:49 +01:00
Jakub Kramarz
508b63fd2e sam_seos: switch to samCommandGetContentElement2
As PLT-03273 OMNIKEY 5023 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5023-software-developer-guide) describes a command that returns additional information about SIO object containing PACS data, switching to more verbose one.
2025-01-07 00:15:35 +01:00
Jakub Kramarz
0f7574c982 sam_seos: add option to send arbitrary requests 2025-01-07 00:05:41 +01:00
Jakub Kramarz
dfb5fa3de4 armsrc/sam_seos.c: add SoRootOID in sam_request_pacs
As described in 5326-903 OMNIKEY 5326 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5326-dfr-developers-guide). Seems like it should be here since the beginning, but worked fine without.
2025-01-07 00:05:41 +01:00
Jakub Kramarz
c28ddd1d56 armsrc/sam_common.c: type cleanup 2025-01-07 00:05:41 +01:00
Jakub Kramarz
d8ebec6baa armsrc/sam_seos.c: cleanup in sam_seos_copy_payload_nfc2sam 2025-01-07 00:05:41 +01:00
Jakub Kramarz
7b5ce7fbef armsrc/sam_seos.c: added support for cards with uid of length != 4 2025-01-07 00:05:41 +01:00
Jakub Kramarz
c08e6c47c8 sam_seos: add suppport for HID SAM communication with SEOS cards, based on bettse/seader project 2025-01-07 00:05:33 +01:00
iceman1001
1f3cf80898 style 2023-10-18 20:34:35 +02:00
iceman1001
efac735bad added support for HID SAM picopass communications. Nasty array copying but does the trick. Will need refactoring. 2023-10-18 19:59:34 +02:00