0b49:064f Trance Vibrator

ASCII Corp.

Vendor ID
0b49
Product ID
064f
Combined
0b49:064f
Decimal
2889:1615

What is this device?

This is the USB identifier for a Trance Vibrator manufactured by ASCII Corp.. The vendor ID 0b49 is registered to ASCII Corp. with the USB Implementers Forum, and 064f is the product ID that ASCII Corp. assigned to this particular model. When you run lsusb on Linux, this device appears as 0b49:064f ASCII Corp. Trance Vibrator.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0b49:064f ASCII Corp. Trance Vibrator

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

Windows

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

USB\VID_0B49&PID_064F
USB\VID_0B49&PID_064F&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0B49&PID_064F"

macOS

$ system_profiler SPUSBDataType
    Trance Vibrator:
      Product ID: 0x064f
      Vendor ID: 0x0b49  (ASCII Corp.)

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:

0b49  ASCII Corp.
	064f  Trance Vibrator

More from ASCII Corp.