From: Jo-Philipp Wich Date: Mon, 28 Sep 2009 20:07:06 +0000 (+0000) Subject: merge r17793 X-Git-Tag: 8.09.2~26 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1a7f1d8d8176b397c7715c6c843c1c77bebf4d78;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge r17793 SVN-Revision: 17793 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index aea4ea7242..a82693bfa2 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=14.8 +PKG_RELEASE:=14.9 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 45b4f44a53..e7b69fac89 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