OFW PR 2680: RFID Add support for Nexkey/Nexwatch

by mauimauer
This commit is contained in:
MX
2023-05-28 02:49:29 +03:00
parent 70a7ab7f2e
commit c8d396f94b
4 changed files with 332 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ typedef enum {
LFRFIDProtocolPACStanley,
LFRFIDProtocolKeri,
LFRFIDProtocolGallagher,
LFRFIDProtocolNexwatch,
LFRFIDProtocolMax,
} LFRFIDProtocol;
@@ -39,4 +40,4 @@ typedef struct {
union {
LFRFIDT5577 t5577;
};
} LFRFIDWriteRequest;
} LFRFIDWriteRequest;