From 1b35c1d66d42ae3cd2263d0a570e9f26c80d5468 Mon Sep 17 00:00:00 2001 From: demik Date: Tue, 24 Aug 2021 00:32:56 +0200 Subject: [PATCH] Created Supported Bluetooth Mouses (markdown) --- Supported-Bluetooth-Mouses.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Supported-Bluetooth-Mouses.md diff --git a/Supported-Bluetooth-Mouses.md b/Supported-Bluetooth-Mouses.md new file mode 100644 index 0000000..506a3e6 --- /dev/null +++ b/Supported-Bluetooth-Mouses.md @@ -0,0 +1,30 @@ +Here is the list of tested and supported Bluetooth mice + +### Supported + +List of supported and tested models + +| Brand | Model | BT | P/N | VID | PID | Version | Notes | +|-|-|-|-|-|-|-|-| +| Apple | Magic Mouse | 2.0 | A1296 | 0x05ac | 0x030d | 0x0306 | (1) | +| Apple | Magic Mouse 2 | 3.0 | A1657 | 0x004c | 0x0269 | 0x0102 | (+) | + + +Notes: +- (1) Pin code is 0000. Pairing may be slow. Not recommended +- (+) others firmware versions were tested successfully + +### Unsupported + +| Brand | Model | BT | P/N | VID | PID | Version | Notes | +|-|-|-|-|-|-|-|-| +| Apple | Mighty Mouse | 1.2 | A1197 | 0x05ac | 0x030c | 0x200 | (b) | +| HP | Z5000 | 3.0 | A1657 | 0x004c | 0x0269 | 0x200 | (p) | +- (b) Does not support HID BOOT protocol +- (p) Pairing error + +### Others +In theory, any Bluetooth mouse that is compliant with Bluetooth 4.0 spec and HID BOOT protocol should work out of the box. +Older devices with a pin code of 0000 may work, but it's hit or miss. + +Let me know if something works or not so I can add it to the matrix for other users. \ No newline at end of file