Skip to content

Commit

Permalink
docs: add additional command for debugging vendor and product ids on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanfinney committed Nov 18, 2024
1 parent c8458c5 commit fb32d61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ $ opendiff a b
```
In the command output, the highlighted lines show you which USB IDs are most relevant.


For a full list of USB devices:
```
system_profiler SPUSBDataType
```
**Important**: The format for your display-switch.ini is VendorID:ProductID. VendorID is displyed *second* in the `system_profiler` output

#### Linux
Requires additional packages, install via: `sudo apt install libxi-dev xorg-dev`

Expand Down

0 comments on commit fb32d61

Please sign in to comment.