4855:7288 Ultra Traveldrive 160G 2.5" HDD

Memorex

Vendor ID
4855
Product ID
7288
Combined
4855:7288
Decimal
18517:29320

What is this device?

This is the USB identifier for a Ultra Traveldrive 160G 2.5" HDD manufactured by Memorex. The vendor ID 4855 is registered to Memorex with the USB Implementers Forum, and 7288 is the product ID that Memorex assigned to this particular model. When you run lsusb on Linux, this device appears as 4855:7288 Memorex Ultra Traveldrive 160G 2.5" HDD.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 4855:7288 Memorex Ultra Traveldrive 160G 2.5" HDD

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

Windows

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

USB\VID_4855&PID_7288
USB\VID_4855&PID_7288&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_4855&PID_7288"

macOS

$ system_profiler SPUSBDataType
    Ultra Traveldrive 160G 2.5" HDD:
      Product ID: 0x7288
      Vendor ID: 0x4855  (Memorex)

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:

4855  Memorex
	7288  Ultra Traveldrive 160G 2.5" HDD

More from Memorex