diff --git a/cadmousectl.c b/cadmousectl.c index 27ef580..49abbfa 100644 --- a/cadmousectl.c +++ b/cadmousectl.c @@ -130,8 +130,8 @@ int main(int argc, char **argv) // Try loading the different versions until one works - int n_models = 3; - int models[] = {0xc650, 0xc656, 0xc652}; // CadMouse, CadMouse Pro, CadMouse Pro Wireless + int n_models = 4; + int models[] = {0xc650, 0xc655, 0xc656, 0xc652}; // CadMouse, CadMouse Compact, CadMouse Pro, CadMouse Pro Wireless hid_device *mouse = NULL; int i_model = 0; while (i_model < n_models && mouse == NULL) {