Fix Corsair Hydro udev rules
Due to missing '0', incorrect udev rules were generated
udev rule generated before:
ATTRS{idProduct}=="x0c12"
after:
ATTRS{idProduct}=="0c12"
Tested on Arch with a Corsair Hydro H150i PRO RGB (1b1c:0c12)
I think #2954 (closed) is caused by this because 2485c245 is first included in 0.8.
Maybe #2210 (closed) created for the same reason. Although it's titled as Platinum, it's a Pro RGB (has the same ids as mine).
Fixes #2954 (closed)
Fixes #2210 (closed)