0aa6:1501 Store 'n' Go HD Drive

Perception Digital, Ltd

Vendor ID
0aa6
Product ID
1501
Combined
0aa6:1501
Decimal
2726:5377

What is this device?

This is the USB identifier for a Store 'n' Go HD Drive manufactured by Perception Digital, Ltd. The vendor ID 0aa6 is registered to Perception Digital, Ltd with the USB Implementers Forum, and 1501 is the product ID that Perception Digital, Ltd assigned to this particular model. When you run lsusb on Linux, this device appears as 0aa6:1501 Perception Digital, Ltd Store 'n' Go HD Drive.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 0aa6:1501 Perception Digital, Ltd Store 'n' Go HD Drive

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

Windows

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

USB\VID_0AA6&PID_1501
USB\VID_0AA6&PID_1501&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_0AA6&PID_1501"

macOS

$ system_profiler SPUSBDataType
    Store 'n' Go HD Drive:
      Product ID: 0x1501
      Vendor ID: 0x0aa6  (Perception Digital, Ltd)

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:

0aa6  Perception Digital, Ltd
	1501  Store 'n' Go HD Drive

More from Perception Digital, Ltd