Created Supported Bluetooth Mouses (markdown)

demik 2021-08-24 00:32:56 +02:00
parent fba9bd2c97
commit 1b35c1d66d

@ -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.