From 4e03b4539067571f63e17e31bccff71fa2b5aaeb Mon Sep 17 00:00:00 2001 From: sys64738 Date: Fri, 30 Jul 2021 17:58:10 +0000 Subject: [PATCH] Update 'dmctl' --- dmctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmctl.md b/dmctl.md index 2ec7a80..d6378ae 100644 --- a/dmctl.md +++ b/dmctl.md @@ -36,7 +36,7 @@ subcommands: ### Connecting to a device -While it is possible to have `dmctl` connect directly to a USB device (using `--conn vid:pid` or `--conn bus.dev`), having the kernel module loaded will keep the USB vendor interface reserved for itself. To work around this problem, a character device driver has been made, which exposes a `/dev/dmj-` device which can also be used by `dmctl` using `--conn /dev/dmj-`. +While it is possible to have `dmctl` connect directly to a USB device (using `--conn vid:pid` or `--conn bus.dev`), having the kernel module loaded will keep the USB vendor interface reserved for itself. To work around this problem, [a character device driver](Linux-kernel-modules) has been made, which exposes a `/dev/dmj-` device which can also be used by `dmctl` using `--conn /dev/dmj-`. ### General subcommands