help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Udev Rule Not Triggered


From: pelzflorian (Florian Pelz)
Subject: Re: Udev Rule Not Triggered
Date: Sun, 29 Aug 2021 15:53:51 +0200

Hello Antwane!

I am not really familiar with udev rules, but perhaps this

On Sun, Aug 29, 2021 at 09:39:26AM -0400, Antwane Mason wrote:
> (define %onlykey-udev-rule
>   (udev-rule
>    "49-onlykey.rules"
>    (string-append "ATTRS{idVendor}==\"1d50\", ATTRS{idProduct}==\"60fc\",
> ENV{ID_MM_DEVICE_IGNORE}=\"1\""
>                   "ATTRS{idVendor}==\"1d50\", ATTRS{idProduct}==\"60fc\",
> ENV{MTP_NO_PROBE}=\"1\""


should use string-join instead of string-append

Regards,
Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]