1 #2011-03-08 Overdose: student.fmf@gmail.com
2 #rules for usbnet [ motorola a1200 (EZX Platform) ]
4 ACTION=="add", KERNEL=="usb[0-9]*", SUBSYSTEM=="net", SUBSYSTEMS=="usb", DRIVERS=="usb", ATTRS{manufacturer}=="Motorola", ATTRS{product}=="Motorola USBLAN", RUN+="/sbin/ifconfig usb%n 192.168.16.1"
5 ACTION=="remove", KERNEL=="usb[0-9]*", SUBSYSTEM=="net", SUBSYSTEMS=="usb", DRIVERS=="usb", ATTRS{manufacturer}=="Motorola", ATTRS{product}=="Motorola USBLAN", RUN+="/sbin/ifconfig usb%n down"