next
}
+DEVICENAME ~~ (lp[0-9]) {
+ nothrottle
+ makedev /dev/%DEVICENAME% 0644
+ next
+}
+
+DEVPATH is set, SUBSYSTEM ~~ (input) {
+ nothrottle
+ makedev /dev/input/%DEVICENAME% 0644
+}
+
DEVPATH is set {
nothrottle
makedev /dev/%DEVICENAME% 0644
FIRMWARE is set {
nothrottle
- exec /sbin/hotplug-call firmware;
+ exec /sbin/hotplug-call firmware
next
}