X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fetc%2Fhotplug2-common.rules;fp=package%2Fbase-files%2Ffiles%2Fetc%2Fhotplug2-common.rules;h=d6dd6e8a9b3f50a92f42c99bde1279f12962d537;hp=3a9f4c5ded136e06b23471793e82890d22c1776a;hb=64ba2c201cf4e37e8f7042759bf03ea44c6a2ea4;hpb=e26ade3cff85f78502f312349a5762b375a79ff8 diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 3a9f4c5ded..d6dd6e8a9b 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -23,6 +23,12 @@ DEVICENAME ~~ (controlC[0-9]|pcmC0D0*|timer) { next } +DEVICENAME ~~ (lp[0-9]) { + nothrottle + makedev /dev/%DEVICENAME% 0644 + next +} + DEVPATH is set, SUBSYSTEM ~~ (input) { nothrottle makedev /dev/input/%DEVICENAME% 0644