2a62:b301 LiveSD

Flymaster Avionics

Vendor ID
2a62
Product ID
b301
Combined
2a62:b301
Decimal
10850:45825

What is this device?

This is the USB identifier for a LiveSD manufactured by Flymaster Avionics. The vendor ID 2a62 is registered to Flymaster Avionics with the USB Implementers Forum, and b301 is the product ID that Flymaster Avionics assigned to this particular model. When you run lsusb on Linux, this device appears as 2a62:b301 Flymaster Avionics LiveSD.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2a62:b301 Flymaster Avionics LiveSD

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

Windows

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

USB\VID_2A62&PID_B301
USB\VID_2A62&PID_B301&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2A62&PID_B301"

macOS

$ system_profiler SPUSBDataType
    LiveSD:
      Product ID: 0xb301
      Vendor ID: 0x2a62  (Flymaster Avionics)

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:

2a62  Flymaster Avionics
	b301  LiveSD

More from Flymaster Avionics