From e6352037dac06242536bb5cf1a2d2a77cb137beb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 12 Feb 2010 18:57:01 +0000 Subject: [PATCH] [package] base-files: add /dev/hvcX to hotplug common rules SVN-Revision: 19608 --- package/base-files/files/etc/hotplug2-common.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index a7aba35a93..6bc53dffe8 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -1,5 +1,5 @@ -DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio) { +DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) { nothrottle makedev /dev/%DEVICENAME% 0666 next -- 2.30.2