]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: Allow users access to USB serial for analysers
authorBastien Nocera <hadess@hadess.net>
Tue, 9 Aug 2022 16:09:32 +0000 (18:09 +0200)
committerBastien Nocera <hadess@hadess.net>
Tue, 9 Aug 2022 16:12:19 +0000 (18:12 +0200)
Allow users at the console access to the USB serial interface for USB
analysers.

See 9e2dbfef479060ed850ccdd9cd82d3f0cda2b5c0

rules.d/70-uaccess.rules.in

index a3301be1bc8ffa0f43cb92ea38ca8128196d0302..b82ce04a39d384706a0662b50cc42b77adceb62f 100644 (file)
@@ -83,6 +83,7 @@ ENV{ID_MAKER_TOOL}=="?*", TAG+="uaccess"
 
 # Protocol analyzers
 ENV{ID_SIGNAL_ANALYZER}=="?*", ENV{DEVTYPE}=="usb_device", TAG+="uaccess"
+ENV{ID_SIGNAL_ANALYZER}=="?*", KERNEL=="ttyACM[0-9]*", TAG+="uaccess"
 
 # rfkill / radio killswitches
 KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"