03e7:f63b — Myriad VPU [Movidius Neural Compute Stick]
Intel
- Vendor ID
- 03e7
- Product ID
- f63b
- Combined
- 03e7:f63b
- Decimal
- 999:63035
What is this device?
This is the USB identifier for a Myriad VPU [Movidius Neural Compute Stick] manufactured by Intel. The vendor ID 03e7 is registered to Intel with the USB Implementers Forum, and f63b is the product ID that Intel assigned to this particular model. When you run lsusb on Linux, this device appears as 03e7:f63b Intel Myriad VPU [Movidius Neural Compute Stick].
How to identify it on your system
Linux
$ lsusb Bus 001 Device 004: ID 03e7:f63b Intel Myriad VPU [Movidius Neural Compute Stick]
You can filter directly with lsusb -d 03e7:f63b, or get the full descriptor dump with lsusb -v -d 03e7:f63b. Kernel messages from dmesg show the same pair as idVendor=03e7, idProduct=f63b.
Windows
In Device Manager, open the device, go to Details → Hardware Ids. This device reports:
USB\VID_03E7&PID_F63B USB\VID_03E7&PID_F63B&REV_0100
From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_03E7&PID_F63B"
macOS
$ system_profiler SPUSBDataType
Myriad VPU [Movidius Neural Compute Stick]:
Product ID: 0xf63b
Vendor ID: 0x03e7 (Intel)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:
03e7 Intel f63b Myriad VPU [Movidius Neural Compute Stick]