docs: minor documentation cleanup
This commit is contained in:
parent
46e6c98523
commit
95893f3aac
|
|
@ -8,7 +8,7 @@ assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Information**
|
**Information**
|
||||||
<!-- Do not bother opening an issue for version 1.0 or older. Please update to the latest version and see if your issue persists. -->
|
<!-- Do not bother opening an issue for a version older than 1.0.1. Please update to the latest version and see if your issue persists. -->
|
||||||
- Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository):
|
- Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository):
|
||||||
- Distribution:
|
- Distribution:
|
||||||
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE`
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ Feature | ID | Status | Notes
|
||||||
`DEVICE_RESET` | `0x1802` | :x: |
|
`DEVICE_RESET` | `0x1802` | :x: |
|
||||||
`OOBSTATE` | `0x1805` | :x: |
|
`OOBSTATE` | `0x1805` | :x: |
|
||||||
`CONFIG_DEVICE_PROPS` | `0x1806` | :x: |
|
`CONFIG_DEVICE_PROPS` | `0x1806` | :x: |
|
||||||
`CHANGE_HOST` | `0x1814` | :x: | :wrench:
|
`CHANGE_HOST` | `0x1814` | :wrench: |
|
||||||
`HOSTS_INFO` | `0x1815` | :heavy_plus_sign: | `get_host_names`, partial listing only
|
`HOSTS_INFO` | `0x1815` | :heavy_plus_sign: | `get_host_names`, partial listing only
|
||||||
`BACKLIGHT` | `0x1981` | :x: |
|
`BACKLIGHT` | `0x1981` | :x: |
|
||||||
`BACKLIGHT2` | `0x1982` | :heavy_check_mark: | `_feature_backlight2`
|
`BACKLIGHT2` | `0x1982` | :heavy_check_mark: | `_feature_backlight2`
|
||||||
|
|
@ -46,7 +46,7 @@ Feature | ID | Status | Notes
|
||||||
`REPROG_CONTROLS_V3` | `0x1B03` | :x: |
|
`REPROG_CONTROLS_V3` | `0x1B03` | :x: |
|
||||||
`REPROG_CONTROLS_V4` | `0x1B04` | :heavy_plus_sign: | `get_keys`, _feature_reprogrammable_keys
|
`REPROG_CONTROLS_V4` | `0x1B04` | :heavy_plus_sign: | `get_keys`, _feature_reprogrammable_keys
|
||||||
`REPORT_HID_USAGE` | `0x1BC0` | :x: |
|
`REPORT_HID_USAGE` | `0x1BC0` | :x: |
|
||||||
`PERSISTENT_REMAPPABLE_ACTION` | `0x1C00` | :x: | :wrench:
|
`PERSISTENT_REMAPPABLE_ACTION` | `0x1C00` | :wrench: |
|
||||||
`WIRELESS_DEVICE_STATUS` | `0x1D4B` | :x: | status reporting from device
|
`WIRELESS_DEVICE_STATUS` | `0x1D4B` | :x: | status reporting from device
|
||||||
`REMAINING_PAIRING` | `0x1DF0` | :x: |
|
`REMAINING_PAIRING` | `0x1DF0` | :x: |
|
||||||
`FIRMWARE_PROPERTIES` | `0x1F1F` | :x: |
|
`FIRMWARE_PROPERTIES` | `0x1F1F` | :x: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue