2ce5:0014 — Mass Storage [NT2 U31C]
InX8 Inc [AKiTiO]
- Vendor ID
- 2ce5
- Product ID
- 0014
- Combined
- 2ce5:0014
- Decimal
- 11493:20
What is this device?
This is the USB identifier for a Mass Storage [NT2 U31C] manufactured by InX8 Inc [AKiTiO]. The vendor ID 2ce5 is registered to InX8 Inc [AKiTiO] with the USB Implementers Forum, and 0014 is the product ID that InX8 Inc [AKiTiO] assigned to this particular model. When you run lsusb on Linux, this device appears as 2ce5:0014 InX8 Inc [AKiTiO] Mass Storage [NT2 U31C].
How to identify it on your system
Linux
$ lsusb Bus 001 Device 004: ID 2ce5:0014 InX8 Inc [AKiTiO] Mass Storage [NT2 U31C]
You can filter directly with lsusb -d 2ce5:0014, or get the full descriptor dump with lsusb -v -d 2ce5:0014. Kernel messages from dmesg show the same pair as idVendor=2ce5, idProduct=0014.
Windows
In Device Manager, open the device, go to Details → Hardware Ids. This device reports:
USB\VID_2CE5&PID_0014 USB\VID_2CE5&PID_0014&REV_0100
From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2CE5&PID_0014"
macOS
$ system_profiler SPUSBDataType
Mass Storage [NT2 U31C]:
Product ID: 0x0014
Vendor ID: 0x2ce5 (InX8 Inc [AKiTiO])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:
2ce5 InX8 Inc [AKiTiO] 0014 Mass Storage [NT2 U31C]