Skip to content

Instantly share code, notes, and snippets.

@andmoos
Last active August 29, 2015 14:18
Show Gist options
  • Save andmoos/15879e7f4f376fa4e6c3 to your computer and use it in GitHub Desktop.
Save andmoos/15879e7f4f376fa4e6c3 to your computer and use it in GitHub Desktop.
Creates the binary pairing sequence for a Unified Reciever (e.g. Logitech MXMouse) using a Linux Shell
MAGIC_SEQUENCE="EP+AsgEAAA=="; echo "${MAGIC_SEQUENCE}" | base64 --decode
@andmoos
Copy link
Author

andmoos commented Apr 7, 2015

$ sh unified-pairing-sequence.sh > /dev/<your-usb-input-device>

@andmoos
Copy link
Author

andmoos commented Apr 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment