Hid Vid-1ea7 Amp-pid-0066 Amp-rev-0200 Amp-mi-00 -
Because the device adheres to HID standards, you can use:
For rev 0200, some users report needing to set “deadzone” manually in games due to slight analog stick offset.
MI-00 is the main input interface. If it fails, the device may be stuck in a bootloader or firmware update mode. Try: hid vid-1ea7 amp-pid-0066 amp-rev-0200 amp-mi-00
feature = device.get_feature_report(0x00, 64) print(feature)
device.close()
Note: Many 1ea7 devices use a proprietary 2.4GHz protocol; raw HID reports may be encrypted or need pairing logic.
The mi-00 stands for Interface 0 on a composite USB device. This device doesn't just do one thing—it has multiple logical functions running over a single USB cable. Because the device adheres to HID standards, you can use:
Running lsusb -t showed this topology:
Bus 001 Device 004: ID 1ea7:0066 SHARKOON GmbH
└─ Interface 00 (MI-00): Human Interface Device (HID) – Controls
└─ Interface 01 (MI-01): Audio Control (volume, mute)
└─ Interface 02 (MI-02): Audio Streaming (microphone input)
└─ Interface 03 (MI-03): Audio Streaming (speaker output)
So, MI-00 is not audio—it's the control interface. It handles: For rev 0200, some users report needing to
To force driver reinstall:
pnputil /delete-driver oem*.inf (after locating the right INF)
pnputil /scan-devices