Hi Uwe,

Would it help you to get a full debdiff, or should we try to get a NMU for this?

Best regards,
Tormod


On Tue, Oct 11, 2016 at 9:15 AM, Petter Reinholdtsen <p...@hungry.com> wrote:
>
> debian/patches/udev-console-access.patch:
>
> Description: Use ACLs to provide device access to console user
> Author: Petter Reinholdtsen <peredebian.org>
> Forwarded: no
> Reviewed-By: <name and email of someone who approved the patch>
> Last-Update: 2016-10-11
>
> --- dfu-util-0.9.orig/doc/40-dfuse.rules
> +++ dfu-util-0.9/doc/40-dfuse.rules
> @@ -1,4 +1,5 @@
>  # Example udev rules (usually placed in /etc/udev/rules.d)
>  # Makes STM32 DfuSe device writeable for the "plugdev" group
> +# and console users
>
> -ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", 
> ATTRS{idProduct}=="df11", MODE="664", GROUP="plugdev"
> +ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", 
> ATTRS{idProduct}=="df11", MODE="664", GROUP="plugdev", TAG+="uaccess"
>

Reply via email to