1325:0c08 Embedded Linux Sensor Bridge

ams AG

Vendor ID
1325
Product ID
0c08
Combined
1325:0c08
Decimal
4901:3080

What is this device?

This is the USB identifier for a Embedded Linux Sensor Bridge manufactured by ams AG. The vendor ID 1325 is registered to ams AG with the USB Implementers Forum, and 0c08 is the product ID that ams AG assigned to this particular model. When you run lsusb on Linux, this device appears as 1325:0c08 ams AG Embedded Linux Sensor Bridge.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1325:0c08 ams AG Embedded Linux Sensor Bridge

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

Windows

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

USB\VID_1325&PID_0C08
USB\VID_1325&PID_0C08&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1325&PID_0C08"

macOS

$ system_profiler SPUSBDataType
    Embedded Linux Sensor Bridge:
      Product ID: 0x0c08
      Vendor ID: 0x1325  (ams 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:

1325  ams AG
	0c08  Embedded Linux Sensor Bridge

More from ams AG