base-files: add hotplug rules for /dev/lpX (#863)

SVN-Revision: 17792
master
Jo-Philipp Wich 15 years ago
parent 91750d01a7
commit f44e4dcb4b
  1. 2
      package/base-files/Makefile
  2. 6
      package/base-files/files/etc/hotplug2-common.rules

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
PKG_RELEASE:=31
PKG_RELEASE:=32
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/

@ -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

Loading…
Cancel
Save