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
