4670:9394 Game Cube USB Memory Adaptor 64M

EMS Production

Vendor ID
4670
Product ID
9394
Combined
4670:9394
Decimal
18032:37780

What is this device?

This is the USB identifier for a Game Cube USB Memory Adaptor 64M manufactured by EMS Production. The vendor ID 4670 is registered to EMS Production with the USB Implementers Forum, and 9394 is the product ID that EMS Production assigned to this particular model. When you run lsusb on Linux, this device appears as 4670:9394 EMS Production Game Cube USB Memory Adaptor 64M.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 4670:9394 EMS Production Game Cube USB Memory Adaptor 64M

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

Windows

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

USB\VID_4670&PID_9394
USB\VID_4670&PID_9394&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_4670&PID_9394"

macOS

$ system_profiler SPUSBDataType
    Game Cube USB Memory Adaptor 64M:
      Product ID: 0x9394
      Vendor ID: 0x4670  (EMS Production)

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:

4670  EMS Production
	9394  Game Cube USB Memory Adaptor 64M

More from EMS Production