From 3cf00f36724d96b52075741194f0b6d4a626b98b Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 28 May 2025 19:42:18 +0200 Subject: [PATCH] Add meta information for udev rule to be generated automatically --- .../HIDLampArrayController/RGBController_HIDLampArray.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Controllers/HIDLampArrayController/RGBController_HIDLampArray.cpp b/Controllers/HIDLampArrayController/RGBController_HIDLampArray.cpp index 8543fbbc9..798723103 100644 --- a/Controllers/HIDLampArrayController/RGBController_HIDLampArray.cpp +++ b/Controllers/HIDLampArrayController/RGBController_HIDLampArray.cpp @@ -11,6 +11,13 @@ #include "RGBController_HIDLampArray.h" +/**------------------------------------------------------------------*\ + @name HID LampArray Controllers + @category Keyboard + @type USB + @detectors DetectHIDLampArrayControllers +\*-------------------------------------------------------------------*/ + RGBController_HIDLampArray::RGBController_HIDLampArray(HIDLampArrayController* controller_ptr) { controller = controller_ptr;