From 951db00617b0b23b98b163fcf236dd51110eed25 Mon Sep 17 00:00:00 2001 From: Junhui Liu Date: Thu, 22 May 2025 10:37:04 +0800 Subject: [PATCH] anlogicCable: Fix wrong ANLOGICCABLE_VIDv1 ANLOGICCABLE_VIDv1 should keep the old ANLOGICCABLE_VID to compatible with the original device. Fixes: 4b008a0 ("anlogicCable: refresh with new VID") Signed-off-by: Junhui Liu --- src/anlogicCable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anlogicCable.cpp b/src/anlogicCable.cpp index 3a84883..3107dfe 100644 --- a/src/anlogicCable.cpp +++ b/src/anlogicCable.cpp @@ -17,7 +17,7 @@ using namespace std; -#define ANLOGICCABLE_VIDv1 0x336C +#define ANLOGICCABLE_VIDv1 0x0547 #define ANLOGICCABLE_VIDv2 0x336C #define ANLOGICCABLE_PID 0x1002