From d6ae84daad853d87e37ddb7eb364d4cfe5cbc0d4 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 21 May 2023 21:27:48 +0100 Subject: [PATCH] Set AIOC HID permission. --- conf/99-direwolf-cmedia.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/99-direwolf-cmedia.rules b/conf/99-direwolf-cmedia.rules index 24e7c16..94e1828 100644 --- a/conf/99-direwolf-cmedia.rules +++ b/conf/99-direwolf-cmedia.rules @@ -28,3 +28,9 @@ SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0d8c", GROUP="audio", MODE="0660" # # Read the User Guide and run the "cm108" application for more information. # + +# +# Same thing for the "All In One Cable." +# + +SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="7388", GROUP="audio", MODE="0660"