From 6389ee9ffd9e8669bc19911586887dee22b84d88 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 86c29dec7..355a0913b 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;