keyboardio / Chrysalis

Graphical configurator for Kaleidoscope-powered keyboards
https://github.com/keyboardio/Chrysalis#chrysalis
GNU General Public License v3.0
493 stars 65 forks source link

Our udev rules may not be the correct format #1327

Open obra opened 5 months ago

obra commented 5 months ago

Report from an end user that their linux mint system complains:

/etc/udev/rules.d/50-kaleidoscope.rules:6 ENV key takes '==', '!=', '=', or '+=' operator, assuming '='. /etc/udev/rules.d/50-kaleidoscope.rules:6 ENV key takes '==', '!=', '=', or '+=' operator, assuming '='.

which i assume is barking about these: SUBSYSTEM=="usb", [...] SYMLINK+="Atreus", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", [...]

We need to research the := construction (which IIRC we copied verbatim from somewhere when we added it to kaleidoscope) and figure out whether to get rid of it or whether the warning was wrong.