Issue 31: Add custom config module
[remote/remote-mci.git] / contrib / etc / udev / rules.d / 85-remote-tmotesky-run.rules
blob6f46d12048fc93532fdcf1180e67fa82eef817bc
1 # TMoteSky remote udev rules
2 # Copyright (c) 2007 Rostislav Spinar <rostislav.spinar@cit.ie>
3 #################################################################
4 ## Create /dev/remote/{platform}{serial}/* files
6 # See remote-device-add for description of all parameters
8 # Rules tested on the laptop running Gentoo and having
9 # both TMoteSky and MicaZ connected to the USB hub.
11 DEVPATH=="/class/usb_device/*", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", RUN+="/lib/udev/remote-device-add TMoteSky 04036001%s{serial} %E{PHYSDEVPATH} /sbin/program-mote.sh /sbin/control-mote.sh"
13 ## Remove /dev/remote/{platform}{serial}/* files
14 # The idVendor and idProduct attributes are not defined on some
15 # udev systems. Instead, catch all tty events and use a general
16 # device cleanup script.
18 SUBSYSTEM=="tty", ACTION=="remove", RUN+="/lib/udev/remote-device-remove"