1f48:0627 Data capturing system

H-TRONIC GmbH

Vendor ID
1f48
Product ID
0627
Combined
1f48:0627
Decimal
8008:1575

What is this device?

This is the USB identifier for a Data capturing system manufactured by H-TRONIC GmbH. The vendor ID 1f48 is registered to H-TRONIC GmbH with the USB Implementers Forum, and 0627 is the product ID that H-TRONIC GmbH assigned to this particular model. When you run lsusb on Linux, this device appears as 1f48:0627 H-TRONIC GmbH Data capturing system.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1f48:0627 H-TRONIC GmbH Data capturing system

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

Windows

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

USB\VID_1F48&PID_0627
USB\VID_1F48&PID_0627&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1F48&PID_0627"

macOS

$ system_profiler SPUSBDataType
    Data capturing system:
      Product ID: 0x0627
      Vendor ID: 0x1f48  (H-TRONIC 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:

1f48  H-TRONIC GmbH
	0627  Data capturing system

More from H-TRONIC GmbH