0908:2701 ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA

Siemens AG

Vendor ID
0908
Product ID
2701
Combined
0908:2701
Decimal
2312:9985

What is this device?

This is the USB identifier for a ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA manufactured by Siemens AG. The vendor ID 0908 is registered to Siemens AG with the USB Implementers Forum, and 2701 is the product ID that Siemens AG assigned to this particular model. When you run lsusb on Linux, this device appears as 0908:2701 Siemens AG ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0908:2701 Siemens AG ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA

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

Windows

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

USB\VID_0908&PID_2701
USB\VID_0908&PID_2701&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0908&PID_2701"

macOS

$ system_profiler SPUSBDataType
    ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA:
      Product ID: 0x2701
      Vendor ID: 0x0908  (Siemens AG)

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:

0908  Siemens AG
	2701  ShenZhen SANZHAI Technology Co.,Ltd Spy Pen VGA

More from Siemens AG