15e8:9110 10/100 USB Ethernet

SohoWare

Vendor ID
15e8
Product ID
9110
Combined
15e8:9110
Decimal
5608:37136

What is this device?

This is the USB identifier for a 10/100 USB Ethernet manufactured by SohoWare. The vendor ID 15e8 is registered to SohoWare with the USB Implementers Forum, and 9110 is the product ID that SohoWare assigned to this particular model. When you run lsusb on Linux, this device appears as 15e8:9110 SohoWare 10/100 USB Ethernet.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 15e8:9110 SohoWare 10/100 USB Ethernet

You can filter directly with lsusb -d 15e8:9110, or get the full descriptor dump with lsusb -v -d 15e8:9110. Kernel messages from dmesg show the same pair as idVendor=15e8, idProduct=9110.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_15E8&PID_9110
USB\VID_15E8&PID_9110&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_15E8&PID_9110"

macOS

$ system_profiler SPUSBDataType
    10/100 USB Ethernet:
      Product ID: 0x9110
      Vendor ID: 0x15e8  (SohoWare)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

15e8  SohoWare
	9110  10/100 USB Ethernet

More from SohoWare