From 33cb5c0d0a911e4a09df4b7b256f3d7b5fa89902 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Thu, 19 Jan 2023 16:13:00 +0100
Subject: [PATCH] add some more motor terminal compatibilities

that's what I found in the EEE lab and Brad's box
---
 ebpfcat/terminals.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebpfcat/terminals.py b/ebpfcat/terminals.py
index afe2e96..a6a8b00 100644
--- a/ebpfcat/terminals.py
+++ b/ebpfcat/terminals.py
@@ -117,7 +117,7 @@ class EL6022(EBPFTerminal):
 
 
 class EL7041(EBPFTerminal):
-    compatibility = {(2, 461451346)}
+    compatibility = {(2, 461451346), (2, 461455442), (2, 460795986)}
     velocity = PacketDesc((1, 6), "h")
     enable = PacketDesc((1, 4), 0)
     status = PacketDesc((0, 6), "H")
-- 
GitLab