From b3a34c94e02949567606a4f2103029c25324cb2b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 6 May 2020 03:18:25 -0400 Subject: [PATCH] hid: Add Microsoft Precision Mouse to the joystick blacklist. Same deal as the Razer keyboards, it hangs the enumeration. --- src/hidapi/windows/hid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hidapi/windows/hid.c b/src/hidapi/windows/hid.c index 8ffd2f29c..9fa9a570f 100644 --- a/src/hidapi/windows/hid.c +++ b/src/hidapi/windows/hid.c @@ -320,6 +320,7 @@ int hid_blacklist(unsigned short vendor_id, unsigned short product_id) { 0x1B1C, 0x1B3D }, /* Corsair Gaming keyboard */ { 0x1532, 0x0109 }, /* Razer Lycosa Gaming keyboard */ { 0x1532, 0x010B }, /* Razer Arctosa Gaming keyboard */ + { 0x045E, 0x0822 }, /* Microsoft Precision Mouse */ /* Turns into an Android controller when enumerated... */ { 0x0738, 0x2217 } /* SPEEDLINK COMPETITION PRO */