evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / ki / kinect-audio-setup / udev-rules-extra-devices.patch
blobd58b970c7c01cc3cfc1fa6f87104d901c6dca826
1 commit afaaa77b0a03811f86428cf264397b60dd795549
2 Author: Nicolas Berbiche <nicolas@normie.dev>
3 Date: Thu May 6 00:10:37 2021 -0400
5 Add support for other Kinect device in udev
7 diff --git a/contrib/55-kinect_audio.rules.in b/contrib/55-kinect_audio.rules.in
8 index 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@"