openrgb:fix_metainfo

Last commit made on 2023-10-20
Get this branch:
git clone -b fix_metainfo https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
fix_metainfo
Repository:
lp:openrgb

Recent commits

ad9e50c... by Adam Honse

Fix metainfo links

42731a9... by morg <email address hidden>

HyperXMicrophoneController: avoid race condition, fixes a crash on rescan.

d4b2d3c... by Chris M <email address hidden>

Initial commit for the Corsair K70 Pro TKL keyboard

* Adding key layout and metadata to CorsairPeripheralV2Devices.cpp
* Adding lighting control endpoint check
* Adding new detector
* Small style fixes
* Resolves #3260

dfff062... by "Bernhard M. Wiedemann" <bernhard+gitcommit lsmod.de>

Avoid corruption in 60-openrgb.rules

Due to the missing line-break before DUMMY_LIST
it would replace whatever was the first entry in there.

* Resolves #3675

This patch was done while working on reproducible builds for openSUSE.

cd4004d... by "Bernhard M. Wiedemann" <bernhard+gitcommit lsmod.de>

Reduce use of grep

because find can return us the same 240 wanted files.

9ac4419... by "Bernhard M. Wiedemann" <bernhard+gitcommit lsmod.de>

Skip empty detectors

Without this patch, output had ugly messages

    Usage: grep [OPTION]... PATTERNS [FILE]...
    Try 'grep --help' for more information.

and with the patch, the rule file is more readable
because it omits

-# Logitech Powerplay Mat -
-#---------------------------------------------------------------#
-#---------------------------------------------------------------#

-# Quantum Mechanical Keyboard (QMK) -
-#---------------------------------------------------------------#
-#---------------------------------------------------------------#

a7920c0... by "Bernhard M. Wiedemann" <bernhard+gitcommit lsmod.de>

Avoid grep warning

without this patch, output contained

    grep: warning: stray \ before white space

56da121... by morg <email address hidden>

GigabyteRGBFusion2GPUController: fix a snprintf call

679e69b... by "Bernhard M. Wiedemann" <bernhard+gitcommit lsmod.de>

Ensure functions return a value

otherwise, gcc errored out
because non-void functions are supposed to return a value.

Alternatively, we could change the declaration to `void`.

c8c5f77... by morg <email address hidden>

Add support for Bloody W90 MAX. Closes #3500