mrrl-mdev-conf

mdevd configuration for mrrl; fork of Alpine's mdev-conf
git clone https://ccx.te2000.cz/git/mrrl-mdev-conf
Log | Files | Refs | README | LICENSE

commit 56a5adfab725cefab0b9f2a0b6fcad95d54f47e2
parent a21d1053dd5ca37538b0435d66c58a30cb273658
Author: macmpi <spam@ipik.org>
Date:   Mon,  6 Nov 2023 18:13:42 +0100

mdev.conf: add ttyGSn (g_serial/g_cdc USB serial gadget)

as per https://www.kernel.org/doc/Documentation/usb/gadget_serial.txt

Diffstat:
Mmdev.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mdev.conf b/mdev.conf @@ -51,6 +51,7 @@ tty root:tty 0666 tty[0-9] root:root 0600 tty[0-9][0-9] root:tty 0660 ttyS[0-9]* root:uucp 0660 +ttyGS[0-9] root:root 0660 pty.* root:tty 0660 vcs[0-9]* root:tty 0660 vcsa[0-9]* root:tty 0660