Bläddra i källkod

base-files: add /dev/hvcX to hotplug common rules

SVN-Revision: 19608
Jo-Philipp Wich 15 år sedan
förälder
incheckning
2e0d14f9c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      package/base-files/files/etc/hotplug2-common.rules

+ 1 - 1
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
 	nothrottle
 	makedev /dev/%DEVICENAME% 0666
 	makedev /dev/%DEVICENAME% 0666
 	next
 	next