0cad:9001 PowerPad Pocket PC Device

Motorola CGISS

Vendor ID
0cad
Product ID
9001
Combined
0cad:9001
Decimal
3245:36865

What is this device?

This is the USB identifier for a PowerPad Pocket PC Device manufactured by Motorola CGISS. The vendor ID 0cad is registered to Motorola CGISS with the USB Implementers Forum, and 9001 is the product ID that Motorola CGISS assigned to this particular model. When you run lsusb on Linux, this device appears as 0cad:9001 Motorola CGISS PowerPad Pocket PC Device.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0cad:9001 Motorola CGISS PowerPad Pocket PC Device

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

Windows

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

USB\VID_0CAD&PID_9001
USB\VID_0CAD&PID_9001&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0CAD&PID_9001"

macOS

$ system_profiler SPUSBDataType
    PowerPad Pocket PC Device:
      Product ID: 0x9001
      Vendor ID: 0x0cad  (Motorola CGISS)

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:

0cad  Motorola CGISS
	9001  PowerPad Pocket PC Device

More from Motorola CGISS