Package: dfu-util Version: 0.9-1 Severity: normal File: /lib/udev/rules.d/60-dfu-util.rules
Dear Maintainer, Would you consider adding the following lines to /lib/udev/rules.d/60-dfu-util.rules? The Spark Core is a fairly common device that depends on dfu-util to flash it. --- a/lib/udev/rules.d/60-dfu-util.rules +++ b/lib/udev/rules.d/60-dfu-util.rules @@ -2,3 +2,6 @@ # Makes STM32 DfuSe device writeable for the "plugdev" group ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="664", GROUP="plugdev" + +# Spark Core +ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="607f", MODE="664", GROUP="plugdev" -- System Information: Debian Release: stretch/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages dfu-util depends on: ii libc6 2.24-8 ii libusb-1.0-0 2:1.0.21-1 dfu-util recommends no packages. dfu-util suggests no packages. -- no debconf information