Rename 'usio' to 'ucom'.

Spotted by:	akiyama
This commit is contained in:
Josef Karthauser 2002-07-10 16:07:33 +00:00
parent f889202ba4
commit e044f137e0

@ -103,7 +103,7 @@
# ums* mouse # ums* mouse
# urio* Diamond Rio 500 # urio* Diamond Rio 500
# uscanner* USB scanners # uscanner* USB scanners
# usio* USB serial devices # ucom* USB serial devices
# #
# SCSI devices (other than CD-ROM, tape and disk): # SCSI devices (other than CD-ROM, tape and disk):
# ch* SCSI Media-Changer (juke box) driver # ch* SCSI Media-Changer (juke box) driver
@ -1001,11 +1001,11 @@ urio*)
umask 77 umask 77
;; ;;
usio*) ucom*)
umask 7 umask 7
unit=`expr $i : 'usio\(.*\)'` unit=`expr $i : 'ucom\(.*\)'`
minor=`unit2minor $(($unit + 128))` minor=`unit2minor $(($unit + 128))`
mknod usio$unit c 138 $minor uucp:dialer mknod ucom$unit c 138 $minor uucp:dialer
umask 77 umask 77
;; ;;