Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and use usb.ids to show more specific names of USB devices #468

Closed
wants to merge 1 commit into from

Commits on Oct 20, 2022

  1. Add and use usb.ids to show more specific names of USB devices

    When I run `usbipd list` I see that most [but very interestingly not all] devices have generic not very useful names:
    ```
    C:\path>usbipd.exe list
    Connected:
    BUSID  VID:PID    DEVICE                                                        STATE
    1-1    048d:8297  USB Input Device                                              Not shared
    3-3    0557:2405  USB Input Device                                              Not shared
    6-2    0557:2405  USB Input Device                                              Not shared
    7-1    046d:085c  c922 Pro Stream Webcam, C922 Pro Stream Webcam                Not shared
    7-2    1b1c:0a14  CORSAIR VOID PRO Wireless Gaming Headset, USB Input Device    Not shared
    8-1    1b1c:1b8b  USB Input Device                                              Shared
    8-2    1209:2201  USB Serial Device (COM3), USB Input Device                    Shared
    ```
    I cannot [easily] tell from this list what devices I want to bind to.
    Adding and using http://www.linux-usb.org/usb.ids now shows a [I feel] more useful list:
    ```
    C:\path>usbipd.exe list
    Connected:
    BUSID  VID:PID    DEVICE                                                        STATE
    1-1    048d:8297  Integrated Technology Express, Inc. IT8297 RGB LED Contro...  Not shared
    3-3    0557:2405  ATEN International Co., Ltd USB Input Device                  Not shared
    6-2    0557:2405  ATEN International Co., Ltd USB Input Device                  Not shared
    7-1    046d:085c  Logitech, Inc. C922 Pro Stream Webcam                         Not shared
    7-2    1b1c:0a14  Corsair CORSAIR VOID PRO Wireless Gaming Headset, USB Inp...  Not shared
    8-1    1b1c:1b8b  Corsair USB Input Device                                      Shared
    8-2    1209:2201  Generic Dygma Shortcut Keyboard                               Shared
    ```
    NightVsKnight committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    03250fe View commit details
    Browse the repository at this point in the history