at 23.11-beta 15 lines 769 B view raw
1commit afaaa77b0a03811f86428cf264397b60dd795549 2Author: Nicolas Berbiche <nicolas@normie.dev> 3Date: Thu May 6 00:10:37 2021 -0400 4 5 Add support for other Kinect device in udev 6 7diff --git a/contrib/55-kinect_audio.rules.in b/contrib/55-kinect_audio.rules.in 8index 25ea713..9e1b69f 100644 9--- a/contrib/55-kinect_audio.rules.in 10+++ b/contrib/55-kinect_audio.rules.in 11@@ -1,2 +1,4 @@ 12 # Rule to load the Kinect UAC firmware on the "generic" usb device 13 ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02ad", RUN+="@LOADER_PATH@ @FIRMWARE_PATH@" 14+# Rule to load the Kinect UAC firmware on another supported device 15+ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02bb", RUN+="@LOADER_PATH@ @FIRMWARE_PATH@"