documentation updated with info about Nano receivers
This commit is contained in:
parent
bca8e64574
commit
3596faed2f
|
@ -1,5 +1,6 @@
|
|||
0.8.8:
|
||||
|
||||
* Partial support for some Nano receivers.
|
||||
* Improved support for some devices: M510, K800, Performance MX.
|
||||
* Improved battery support for some HID++ 1.0 devices.
|
||||
* Properly handle device loss on computer sleep/wake.
|
||||
|
|
|
@ -49,8 +49,9 @@ procedure for manual installation.
|
|||
|
||||
[ubuntu_systray]: http://askubuntu.com/questions/30742
|
||||
|
||||
- Devices connected throught a [Nano Receiver][nano] (which is very similar to
|
||||
the Unifying Receiver) are not supported at this time.
|
||||
- Some devices using the [Nano Receiver][nano] (which is very similar to the
|
||||
Unifying Receiver) are supported, but not all. For details, see
|
||||
[docs/devices.md](docs/devices.md).
|
||||
|
||||
[nano]: http://logitech.com/mice-pointers/articles/5926
|
||||
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
# Supported devices
|
||||
|
||||
**Solaar** will detect all devices paired with your Unifying Receiver, and at
|
||||
the very least display some basic information about them.
|
||||
**Solaar** will detect all devices paired with your receiver, and at the very
|
||||
least display some basic information about them.
|
||||
|
||||
At this moment, all [Unifying Receiver][unifying] are supported (devices with
|
||||
USB ID `046d:c52b` or `046d:c532`), but only some newer [Nano Receiver][nano]s
|
||||
(devices with USB ID `046d:c52f`). You can check your connected Logitech devices
|
||||
by running `lsusb -d 046d:` in a console.
|
||||
|
||||
[unifying]: http://logitech.com/en-us/66/6079
|
||||
[nano]: http://logitech.com/mice-pointers/articles/5926
|
||||
|
||||
For some devices, extra settings (usually not available through the standard
|
||||
Linux system configuration) are supported:
|
||||
|
@ -49,9 +57,10 @@ Keyboards:
|
|||
|------------------|-------|---------|-----------------------------------------|
|
||||
| K230 | 2.0 | yes | |
|
||||
| K270 | | | |
|
||||
| K340 | | | |
|
||||
| K350 | | | |
|
||||
| K360 | | | |
|
||||
| K400 Touch | | | |
|
||||
| K400 Touch | 2.0 | yes | |
|
||||
| K750 Solar | 2.0 | yes | FN swap, Lux reading, light button |
|
||||
| K800 Illuminated | 1.0 | yes | FN swap |
|
||||
|
||||
|
@ -60,6 +69,7 @@ Mice:
|
|||
|
||||
| Device | HID++ | Battery | DPI | Other supported features |
|
||||
|------------------|-------|---------|-------|---------------------------------|
|
||||
| M215 | 1.0 | yes | | |
|
||||
| M315 | | | | |
|
||||
| M325 | | | | |
|
||||
| M345 | | | | |
|
||||
|
|
Loading…
Reference in New Issue