Initial commit.

This includes the files as of
wget http://www.fischl.de/usbasp/usbasp.2011-05-28.tar.gz
tar -xf usbasp.2011.05-28.tar.gz
This commit is contained in:
Stefan Beller
2012-05-19 16:27:27 +02:00
commit da7b6e47c7
67 changed files with 11086 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# USBasp - USB programmer for Atmel AVR controllers
# Copy this file to /etc/udev/rules.d so
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="05dc", MODE="0666"

2
bin/linux-nonroot/install_rule Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh -x
sudo cp 99-USBasp.rules /etc/udev/rules.d/99-USBasp.rules