denilsonsa / udev-joystick-blacklist

Fix for keyboard/mouse/tablet being detected as joystick in Linux
118 stars 27 forks source link

Corsair Harpoon RGB Wireless #49

Open mawww opened 5 years ago

mawww commented 5 years ago

Hello,

It took me a while to get this mouse to work, it was not in the list (product id is 1b5e), but more importantly, my system had a 60-input-id.rules file with the following line (among others)

SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id"

This was resetting the ID_INPUT_JOYSTICK value to 1, so I needed to also set ID_INPUT to 1 to prevent it from running.

I thought I would open an issue here to share that discovery, in case some other users hit this problem.