09c1:1337 TOUCHSTONE DEVICE

Arris Interactive LLC

Vendor ID
09c1
Product ID
1337
Combined
09c1:1337
Decimal
2497:4919

What is this device?

This is the USB identifier for a TOUCHSTONE DEVICE manufactured by Arris Interactive LLC. The vendor ID 09c1 is registered to Arris Interactive LLC with the USB Implementers Forum, and 1337 is the product ID that Arris Interactive LLC assigned to this particular model. When you run lsusb on Linux, this device appears as 09c1:1337 Arris Interactive LLC TOUCHSTONE DEVICE.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 09c1:1337 Arris Interactive LLC TOUCHSTONE DEVICE

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

Windows

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

USB\VID_09C1&PID_1337
USB\VID_09C1&PID_1337&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_09C1&PID_1337"

macOS

$ system_profiler SPUSBDataType
    TOUCHSTONE DEVICE:
      Product ID: 0x1337
      Vendor ID: 0x09c1  (Arris Interactive LLC)

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:

09c1  Arris Interactive LLC
	1337  TOUCHSTONE DEVICE

More from Arris Interactive LLC