timothycrosley / streamdeck-ui

A Linux compatible UI for the Elgato Stream Deck.
https://timothycrosley.github.io/streamdeck-ui/
MIT License
1.13k stars 241 forks source link

StreamDeck Mini missing #263

Closed berofa closed 1 year ago

berofa commented 1 year ago

Just wantet to tell everyone using a StreamDeck Mini:

In my case the ProductId was 0090 which was missing in the rules.d. Just add the following line if you have the same issue (Cannot connect to HID device):

SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0090", TAG+="uaccess"

dodgyrabbit commented 1 year ago

FYI The documentation has been updated with a more forgiving configuration. Instead of adding a line for each product, replacing the contents of /etc/udev/rules.d/70-streamdeck.rules with the line below, will provide user access to all USB devices manufactured by Elgato. This has the benefit that future devices will not require a revisit of this file. This is also the recommended way by the upstream streamdeck library.

SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", TAG+="uaccess"