New issue by Gigahawk on void-packages repository https://github.com/void-linux/void-packages/issues/23580 Description: ### System * xuname: *`Void 5.4.50_1 x86_64 GenuineIntel notuptodate rrrmFFFFFFFFFFFFFF` * package: *`libsigrok-0.5.2_1` ### Expected behavior Sigrok compatible devices can be accessed without root access. ### Actual behavior Attempting to access a Sigrok compatible device without root access will result in: ``` λ › sigrok-cli -d saleae-logic16 --scan ~ sr: ezusb: failed to open device: LIBUSB_ERROR_ACCESS. sr: saleae-logic16: Firmware upload failed, name saleae-logic16-fx2.fw. The following devices were found: saleae-logic16 - Saleae Logic16 with 16 channels: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ``` ### Steps to reproduce the behavior * Install `libsigrok` and `sigrok-cli` * Run `sigrok-cli --scan`