Skip to content

Commit

Permalink
Merge pull request #153 from duncanfinney/main
Browse files Browse the repository at this point in the history
docs: add additional command for debugging vendor and product ids on OSX
  • Loading branch information
haimgel authored Nov 24, 2024
2 parents c8458c5 + fb32d61 commit 4c6a523
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 4c6a523

Please sign in to comment.