f003:6002 PhotoSmart C500

Hewlett Packard

Vendor ID
f003
Product ID
6002
Combined
f003:6002
Decimal
61443:24578

What is this device?

This is the USB identifier for a PhotoSmart C500 manufactured by Hewlett Packard. The vendor ID f003 is registered to Hewlett Packard with the USB Implementers Forum, and 6002 is the product ID that Hewlett Packard assigned to this particular model. When you run lsusb on Linux, this device appears as f003:6002 Hewlett Packard PhotoSmart C500.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID f003:6002 Hewlett Packard PhotoSmart C500

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

Windows

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

USB\VID_F003&PID_6002
USB\VID_F003&PID_6002&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_F003&PID_6002"

macOS

$ system_profiler SPUSBDataType
    PhotoSmart C500:
      Product ID: 0x6002
      Vendor ID: 0xf003  (Hewlett Packard)

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:

f003  Hewlett Packard
	6002  PhotoSmart C500

More from Hewlett Packard