1421:0605 Sentech Camera

Sensor Technology

Vendor ID
1421
Product ID
0605
Combined
1421:0605
Decimal
5153:1541

What is this device?

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

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1421:0605 Sensor Technology Sentech Camera

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

Windows

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

USB\VID_1421&PID_0605
USB\VID_1421&PID_0605&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1421&PID_0605"

macOS

$ system_profiler SPUSBDataType
    Sentech Camera:
      Product ID: 0x0605
      Vendor ID: 0x1421  (Sensor Technology)

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:

1421  Sensor Technology
	0605  Sentech Camera

More from Sensor Technology