From a1c3406aabbaf5cda30943590c099c23cdf68070 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 27 Jul 2020 18:13:05 -0400 Subject: [PATCH] mitsu_cpm15: Add a detection entry (same VID/PID as the CP-M1) --- backend_mitsud90.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_mitsud90.c b/backend_mitsud90.c index 71b7931..e8f9758 100644 --- a/backend_mitsud90.c +++ b/backend_mitsud90.c @@ -1714,7 +1714,7 @@ struct dyesub_backend mitsud90_backend = { .devices = { { USB_VID_MITSU, USB_PID_MITSU_D90, P_MITSU_D90, NULL, "mitsubishi-d90dw"}, { USB_VID_MITSU, USB_PID_MITSU_CPM1, P_MITSU_M1, NULL, "mitsubishi-cpm1"}, -// { USB_VID_MITSU, USB_PID_MITSU_CPM15, P_MITSU_M1, NULL, "mitsubishi-cpm15"}, + { USB_VID_MITSU, USB_PID_MITSU_CPM1, P_MITSU_M1, NULL, "mitsubishi-cpm15"}, // Duplicate for the M15 { 0, 0, 0, NULL, NULL} } };