File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,11 @@ If desktop notifications bindings are also installed
92
92
(` gir1.2-notify-0.7 ` for Debian/Ubuntu),
93
93
you will also see desktop notifications when devices come online and go offline.
94
94
95
- If the ` hid_parser ` Python package is available, Solaar parses HID report descriptors
96
- and can control more HID++ devices that do not use a receiver.
97
- This package may not be available in some distributions but can be installed using pip
98
- via ` pip install --user hid-parser ` .
95
+ Solaar includes its own version of ` hid_parser ` because the version that is in PyPi
96
+ (at https://pypi.org/project/hid-parser/ ) does not have some changes that are in
97
+ https://github.com/usb-tools/python-hid-parser and are needed for some devices.
98
+ Do not use pip to install hid_parser!
99
+ Some distributions (e.g., Fedora) may separately package this code.
99
100
100
101
If the ` gitinfo ` Python package is available, Solaar shows better information
101
102
about which version of Solaar is running.
You can’t perform that action at this time.
0 commit comments