26aa:0001 FT-1D

Yaesu Musen

Vendor ID
26aa
Product ID
0001
Combined
26aa:0001
Decimal
9898:1

What is this device?

This is the USB identifier for a FT-1D manufactured by Yaesu Musen. The vendor ID 26aa is registered to Yaesu Musen with the USB Implementers Forum, and 0001 is the product ID that Yaesu Musen assigned to this particular model. When you run lsusb on Linux, this device appears as 26aa:0001 Yaesu Musen FT-1D.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 26aa:0001 Yaesu Musen FT-1D

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

Windows

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

USB\VID_26AA&PID_0001
USB\VID_26AA&PID_0001&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_26AA&PID_0001"

macOS

$ system_profiler SPUSBDataType
    FT-1D:
      Product ID: 0x0001
      Vendor ID: 0x26aa  (Yaesu Musen)

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:

26aa  Yaesu Musen
	0001  FT-1D

More from Yaesu Musen