Solaar/lib/hidapi
Nick Price b7fbca06e0
hidapi: look for the unsuffixed libhidapi.so
FreeBSD's comms/hidapi installs the library as libhidapi.so /
libhidapi.so.0, without a backend suffix. None of the existing candidate
names match it, so LoadLibrary exhausts the list and the module raises
ImportError at import time, making Solaar unusable there.
2026-08-01 11:29:46 -07:00
..
__init__.py hidapi: Explicitly load hidapi/udev implementation 2024-10-11 07:42:38 -04:00
common.py G522 LIGHTSPEED headphones support 2026-05-21 10:13:00 -04:00
hidapi_impl.py hidapi: look for the unsuffixed libhidapi.so 2026-08-01 11:29:46 -07:00
hidconsole.py tools: improve flags for hidconsole 2025-12-19 10:55:50 -05:00
udev_impl.py G522 LIGHTSPEED headphones support 2026-05-21 10:13:00 -04:00