3504:f110 Security Key

Micro Star

Vendor ID
3504
Product ID
f110
Combined
3504:f110
Decimal
13572:61712

What is this device?

This is the USB identifier for a Security Key manufactured by Micro Star. The vendor ID 3504 is registered to Micro Star with the USB Implementers Forum, and f110 is the product ID that Micro Star assigned to this particular model. When you run lsusb on Linux, this device appears as 3504:f110 Micro Star Security Key.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 3504:f110 Micro Star Security Key

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

Windows

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

USB\VID_3504&PID_F110
USB\VID_3504&PID_F110&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_3504&PID_F110"

macOS

$ system_profiler SPUSBDataType
    Security Key:
      Product ID: 0xf110
      Vendor ID: 0x3504  (Micro Star)

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:

3504  Micro Star
	f110  Security Key

More from Micro Star