1046:8901 Bluetooth Device

Winbond Electronics Corp. [hex]

Vendor ID
1046
Product ID
8901
Combined
1046:8901
Decimal
4166:35073

What is this device?

This is the USB identifier for a Bluetooth Device manufactured by Winbond Electronics Corp. [hex]. The vendor ID 1046 is registered to Winbond Electronics Corp. [hex] with the USB Implementers Forum, and 8901 is the product ID that Winbond Electronics Corp. [hex] assigned to this particular model. When you run lsusb on Linux, this device appears as 1046:8901 Winbond Electronics Corp. [hex] Bluetooth Device.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1046:8901 Winbond Electronics Corp. [hex] Bluetooth Device

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

Windows

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

USB\VID_1046&PID_8901
USB\VID_1046&PID_8901&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1046&PID_8901"

macOS

$ system_profiler SPUSBDataType
    Bluetooth Device:
      Product ID: 0x8901
      Vendor ID: 0x1046  (Winbond Electronics Corp. [hex])

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:

1046  Winbond Electronics Corp. [hex]
	8901  Bluetooth Device

More from Winbond Electronics Corp. [hex]