udev rules for twiboot

This commit is contained in:
Olaf Rempel 2014-12-26 11:39:21 +01:00
parent 5c5880142c
commit 133dba7940
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SUBSYSTEM=="usb", ATTR{product}=="i2c-tiny-usb", RUN+="/sbin/modprobe -b i2c-dev"
SUBSYSTEM=="i2c-dev", DRIVERS=="i2c-tiny-usb", MODE="0660", GROUP="dialout"