From 2e0d14f9c235e3d7d4edd60cc21ec22e179fb460 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 12 Feb 2010 18:57:01 +0000 Subject: 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(-) (limited to 'package') 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 -- cgit v1.2.3