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

SVN-Revision: 19608
master
Jo-Philipp Wich 15 years ago
parent 810b511a24
commit 2e0d14f9c2
  1. 2
      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

Loading…
Cancel
Save