From 628e96c4a204fa6c5ec8117da4a2d7ff11474de5 Mon Sep 17 00:00:00 2001 From: abhay-raizada Date: Sun, 27 Oct 2024 09:34:35 +0530 Subject: [PATCH] Fix lsmod command documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 313f648..21a49f3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The rule in the example should set the turning range to 270°. ## How to install and load the driver You can try to run `install.sh` as root, the script should: copy the udev rules and other files in their appropriate positions, build and install the DKMS modules and add them to the list of modules to be loaded at boot. -To check if the modules are loaded check the output of `lsmod | grep hid-t150`. +To check if the modules are loaded check the output of `lsmod | grep hid_t150`. ### Manually Copy the udev rules into `/etc/udev/rules.d/` and reload the udev rules (or reboot)...