Open mawww opened 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)
60-input-id.rules
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.
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)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.