f007:a999 Endoscope Camera

Teslong

Vendor ID
f007
Product ID
a999
Combined
f007:a999
Decimal
61447:43417

What is this device?

This is the USB identifier for a Endoscope Camera manufactured by Teslong. The vendor ID f007 is registered to Teslong with the USB Implementers Forum, and a999 is the product ID that Teslong assigned to this particular model. When you run lsusb on Linux, this device appears as f007:a999 Teslong Endoscope Camera.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID f007:a999 Teslong Endoscope Camera

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

Windows

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

USB\VID_F007&PID_A999
USB\VID_F007&PID_A999&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_F007&PID_A999"

macOS

$ system_profiler SPUSBDataType
    Endoscope Camera:
      Product ID: 0xa999
      Vendor ID: 0xf007  (Teslong)

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:

f007  Teslong
	a999  Endoscope Camera

More from Teslong