hid: Add Microsoft Precision Mouse to the joystick blacklist.
Same deal as the Razer keyboards, it hangs the enumeration.
1.1 --- a/src/hidapi/windows/hid.c Wed May 06 03:13:44 2020 -0400
1.2 +++ b/src/hidapi/windows/hid.c Wed May 06 03:18:25 2020 -0400
1.3 @@ -320,6 +320,7 @@
1.4 { 0x1B1C, 0x1B3D }, /* Corsair Gaming keyboard */
1.5 { 0x1532, 0x0109 }, /* Razer Lycosa Gaming keyboard */
1.6 { 0x1532, 0x010B }, /* Razer Arctosa Gaming keyboard */
1.7 + { 0x045E, 0x0822 }, /* Microsoft Precision Mouse */
1.8
1.9 /* Turns into an Android controller when enumerated... */
1.10 { 0x0738, 0x2217 } /* SPEEDLINK COMPETITION PRO */