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