Close client sockets in case of exceptions
[remote/remote-mci.git] / contrib / etc / udev / rules.d / 85-remote-micaz-run.rules
blob1ccf0c80dfbd4b9b0c652e84930b238013d4c603
1 # MicaZ 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.
12 DEVPATH=="/class/usb_device/*", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", RUN+="/lib/udev/remote-device-add MicaZ 04036010%s{serial} %E{PHYSDEVPATH} /sbin/program-mote.sh /sbin/control-mote.sh"
14 ## Remove /dev/remote/{platform}{serial}/* files
15 # The idVendor and idProduct attributes are not defined on some
16 # udev systems. Instead, catch all tty events and use a general
17 # device cleanup script.
19 SUBSYSTEM=="tty", ACTION=="remove", RUN+="/lib/udev/remote-device-remove"