Device Details. USB Device. [Mediatrack Edge Mini Keyboard] Device ID 0066. Vendor Details. USB Vendor. DeviceHunt SHARKOON Technologies GmbH — USB Vendor 1EA7
| Symptom | Likely fix | |---------|-------------| | Device not detected | Check USB port, try different cable/dongle. | | Detected but no input | Device needs re-pairing (press button under mouse/keyboard). | | Works then stops | USB selective suspend – disable per device in Power Management tab. | | MI_00 = no function | That interface might be battery/status; check MI_01 for actual HID input. | hid vid-1ea7 amp-pid-0066 amp-rev-0200 amp-mi-00
: If your mouse stops working, searching for this specific ID can help you find if others have hardware-specific firmware updates. Linux Configuration : Users of Linux distributions may see this ID in or when configuring custom input rules in udev Hardware Spoofing/Analysis Device Details
Would love to hear if anyone has decoded the full HID report set for MI-00—especially the command to disable the "beep" on mute toggle. Vendor Details
For evdev debugging:
Otherwise, replace the controller with a known compatible model like Logitech F310 or Xbox controller – these have native Windows drivers and avoid vid-1ea7 headaches.
feature = device.get_feature_report(0x00, 64) print(feature)