1bfd:1568 Capacitive Touch Screen

TouchPack

Vendor ID
1bfd
Product ID
1568
Combined
1bfd:1568
Decimal
7165:5480

What is this device?

This is the USB identifier for a Capacitive Touch Screen manufactured by TouchPack. The vendor ID 1bfd is registered to TouchPack with the USB Implementers Forum, and 1568 is the product ID that TouchPack assigned to this particular model. When you run lsusb on Linux, this device appears as 1bfd:1568 TouchPack Capacitive Touch Screen.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1bfd:1568 TouchPack Capacitive Touch Screen

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

Windows

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

USB\VID_1BFD&PID_1568
USB\VID_1BFD&PID_1568&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1BFD&PID_1568"

macOS

$ system_profiler SPUSBDataType
    Capacitive Touch Screen:
      Product ID: 0x1568
      Vendor ID: 0x1bfd  (TouchPack)

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:

1bfd  TouchPack
	1568  Capacitive Touch Screen

More from TouchPack