| Property | Value |
|------------------|-------------------------------------------|
| Vendor ID (VID) | 0x0FCF (Dynastream Innovations) |
| Product ID (PID) | 0x1008 (standard ANT USB2 stick) or 0x1009 (Magene variant) |
| USB Class | 0x02 (Communications and CDC Control) |
| Subclass | 0x02 (Abstract Control Model) |
| Endpoints | Bulk IN (0x81), Bulk OUT (0x02) |
Note: Magene sticks may re-use Dynastream-compatible IDs. Verify using
lsusb(Linux) or Device Manager (Windows).
Fix: This is rarely a driver issue and more often a power management setting.
The device is supported by the cdc_acm kernel module.
# Check detection
dmesg | grep -i ant
lsusb | grep 0FCF
Verdict: For a stable, high-performance connection (especially for power meters at 1-second recording intervals), you should install the official Magene-recommended driver suite.
A: Yes. The driver is chipset-specific, not brand-specific. A Garmin, Suunto, or Magene stick all use the same driver. However, you may need to manually select the driver via "Update Driver" → "Let me pick" → "ANT USB Stick."