From 220436cd3211fad1bb37ad0bc51b2507ebc6f514 Mon Sep 17 00:00:00 2001 From: Rickard Lind <58623426+r-lind@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:13:57 +0100 Subject: [PATCH] Ignore Keyboard Pro/Numpad Pro (untested!) Finishing off with adding Keyboard Pro and Numpad Pro for completeness. Added from this list (which I think has got all handled IDs listed except c62c, c636, c640, and c641): https://3dconnexion.com/uk/support/faq/how-can-i-check-if-my-usb-3d-mouse-is-recognized-by-windows/ --- src/dev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dev.c b/src/dev.c index 79f6475..802676d 100644 --- a/src/dev.c +++ b/src/dev.c @@ -95,6 +95,8 @@ static int devid_blacklist[][2] = { {0x256f, 0xc656}, /* CadMouse Pro */ {0x256f, 0xc657}, /* CadMouse Pro Wireless Left */ {0x256f, 0xc658}, /* CadMouse Compact Wireless */ + {0x256f, 0xc664}, /* Keyboard Pro */ + {0x256f, 0xc665}, /* Numpad Pro */ {0x256f, 0xc62c}, /* lipari(?) */ {0x256f, 0xc641}, /* scout(?) */