094f:05fc METALWEAR-HDD

Yano

Vendor ID
094f
Product ID
05fc
Combined
094f:05fc
Decimal
2383:1532

What is this device?

This is the USB identifier for a METALWEAR-HDD manufactured by Yano. The vendor ID 094f is registered to Yano with the USB Implementers Forum, and 05fc is the product ID that Yano assigned to this particular model. When you run lsusb on Linux, this device appears as 094f:05fc Yano METALWEAR-HDD.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 094f:05fc Yano METALWEAR-HDD

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

Windows

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

USB\VID_094F&PID_05FC
USB\VID_094F&PID_05FC&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_094F&PID_05FC"

macOS

$ system_profiler SPUSBDataType
    METALWEAR-HDD:
      Product ID: 0x05fc
      Vendor ID: 0x094f  (Yano)

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:

094f  Yano
	05fc  METALWEAR-HDD

More from Yano