Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
raleighlittles committed Apr 8, 2024
1 parent 1db922a commit 7e0b781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ In a separate window, open `dmesg`.

Since the device will be writing to `/dev/uinput`, you need to either:

(a) Run the executable (Tourbox_Linux_Driver) as root
(a) Run the executable (Tourbox_Linux_Driver) as root, passing in the path to the serial port for your device. This is either `/dev/ttyACM0` or `/dev/ttyUSB0` on most distributions, check your dmesg output when you connect your device to be sure.

(b) Change the permissions on `/dev/uinput`

Whatever you decide to do, after running the executable you should see an entry in the `dmesg` wnidow with the device:
Whatever you decide to do, after running the executable you should see an entry in the `dmesg` window with the device:

```
input: Custom Tourbox TBG_H Driver (Keyboard/Mouse) as /devices/virtual/input/input48
Expand Down

0 comments on commit 7e0b781

Please sign in to comment.