095a:3003 Express Ethernet

Portsmith

Vendor ID
095a
Product ID
3003
Combined
095a:3003
Decimal
2394:12291

What is this device?

This is the USB identifier for a Express Ethernet manufactured by Portsmith. The vendor ID 095a is registered to Portsmith with the USB Implementers Forum, and 3003 is the product ID that Portsmith assigned to this particular model. When you run lsusb on Linux, this device appears as 095a:3003 Portsmith Express Ethernet.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 095a:3003 Portsmith Express Ethernet

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

Windows

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

USB\VID_095A&PID_3003
USB\VID_095A&PID_3003&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_095A&PID_3003"

macOS

$ system_profiler SPUSBDataType
    Express Ethernet:
      Product ID: 0x3003
      Vendor ID: 0x095a  (Portsmith)

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:

095a  Portsmith
	3003  Express Ethernet

More from Portsmith