mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-19 13:18:34 +02:00
* pyinstaller specs * add udev rules * remove ecdsa dep * udev rules, pyinstaller spec update * update udev readme * Fix issue with Tor service creation * remove pyinstaller artifacts for bip32 * main -> cli * remove daemon and debug modes from binaries * add aarch64 (ARM) build * fix when no tor * fix flake8 Co-authored-by: benk10 <ben.kaufman10@gmail.com>
5 lines
351 B
Text
5 lines
351 B
Text
# f055:9800 - MicroPython board
|
|
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", ENV{ID_MM_DEVICE_IGNORE}="1"
|
|
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", ENV{MTP_NO_PROBE}="1"
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666"
|
|
KERNEL=="ttyACM*", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666"
|