0e90:0100 Storage Adapter V1

WiebeTech, LLC

Vendor ID
0e90
Product ID
0100
Combined
0e90:0100
Decimal
3728:256

What is this device?

This is the USB identifier for a Storage Adapter V1 manufactured by WiebeTech, LLC. The vendor ID 0e90 is registered to WiebeTech, LLC with the USB Implementers Forum, and 0100 is the product ID that WiebeTech, LLC assigned to this particular model. When you run lsusb on Linux, this device appears as 0e90:0100 WiebeTech, LLC Storage Adapter V1.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0e90:0100 WiebeTech, LLC Storage Adapter V1

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

Windows

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

USB\VID_0E90&PID_0100
USB\VID_0E90&PID_0100&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0E90&PID_0100"

macOS

$ system_profiler SPUSBDataType
    Storage Adapter V1:
      Product ID: 0x0100
      Vendor ID: 0x0e90  (WiebeTech, LLC)

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:

0e90  WiebeTech, LLC
	0100  Storage Adapter V1

More from WiebeTech, LLC