Skip to content

Commit

Permalink
fix blacklist command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimplul authored Jun 6, 2024
1 parent d3cb63b commit 3af1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ for wheels:
[upstreamed](https://github.com/scarburato/hid-tminit), you might want to
blacklist the kernel module `hid-thrustmaster`. Do this with
```shell
echo 'blacklist hid_thrustmaster' > /etc/modprobe.d/hid_thrustmaster.conf
echo 'blacklist hid_thrustmaster' | sudo tee /etc/modprobe.d/hid_thrustmaster.conf
```

+ If you've bought a new wheel, you will most likely have to update the firmware
Expand Down

0 comments on commit 3af1e61

Please sign in to comment.