017c:145f Trust Deskset

MLK

Vendor ID
017c
Product ID
145f
Combined
017c:145f
Decimal
380:5215

What is this device?

This is the USB identifier for a Trust Deskset manufactured by MLK. The vendor ID 017c is registered to MLK with the USB Implementers Forum, and 145f is the product ID that MLK assigned to this particular model. When you run lsusb on Linux, this device appears as 017c:145f MLK Trust Deskset.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 017c:145f MLK Trust Deskset

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

Windows

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

USB\VID_017C&PID_145F
USB\VID_017C&PID_145F&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_017C&PID_145F"

macOS

$ system_profiler SPUSBDataType
    Trust Deskset:
      Product ID: 0x145f
      Vendor ID: 0x017c  (MLK)

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:

017c  MLK
	145f  Trust Deskset

More from MLK