108c:017e GTC 400 C

Robert Bosch GmbH

Vendor ID
108c
Product ID
017e
Combined
108c:017e
Decimal
4236:382

What is this device?

This is the USB identifier for a GTC 400 C manufactured by Robert Bosch GmbH. The vendor ID 108c is registered to Robert Bosch GmbH with the USB Implementers Forum, and 017e is the product ID that Robert Bosch GmbH assigned to this particular model. When you run lsusb on Linux, this device appears as 108c:017e Robert Bosch GmbH GTC 400 C.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 108c:017e Robert Bosch GmbH GTC 400 C

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

Windows

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

USB\VID_108C&PID_017E
USB\VID_108C&PID_017E&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_108C&PID_017E"

macOS

$ system_profiler SPUSBDataType
    GTC 400 C:
      Product ID: 0x017e
      Vendor ID: 0x108c  (Robert Bosch GmbH)

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:

108c  Robert Bosch GmbH
	017e  GTC 400 C

More from Robert Bosch GmbH