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 <junhui.liu@pigmoral.tech>
This commit is contained in:
parent
e18c139941
commit
951db00617
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#define ANLOGICCABLE_VIDv1 0x336C
|
#define ANLOGICCABLE_VIDv1 0x0547
|
||||||
#define ANLOGICCABLE_VIDv2 0x336C
|
#define ANLOGICCABLE_VIDv2 0x336C
|
||||||
#define ANLOGICCABLE_PID 0x1002
|
#define ANLOGICCABLE_PID 0x1002
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue