1996:3012 e-ImageData Corp. ScanPro

PixeLINK

Vendor ID
1996
Product ID
3012
Combined
1996:3012
Decimal
6550:12306

What is this device?

This is the USB identifier for a e-ImageData Corp. ScanPro manufactured by PixeLINK. The vendor ID 1996 is registered to PixeLINK with the USB Implementers Forum, and 3012 is the product ID that PixeLINK assigned to this particular model. When you run lsusb on Linux, this device appears as 1996:3012 PixeLINK e-ImageData Corp. ScanPro.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 1996:3012 PixeLINK e-ImageData Corp. ScanPro

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

Windows

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

USB\VID_1996&PID_3012
USB\VID_1996&PID_3012&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_1996&PID_3012"

macOS

$ system_profiler SPUSBDataType
    e-ImageData Corp. ScanPro:
      Product ID: 0x3012
      Vendor ID: 0x1996  (PixeLINK)

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:

1996  PixeLINK
	3012  e-ImageData Corp. ScanPro

More from PixeLINK