summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
committerjkh <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
commit7acc81dc272a1077f560485a13fbcb516e880e34 (patch)
tree1372065193c766f5d416c6b76c3492668c856aa4 /etc/MAKEDEV
parent021c17e4197f574e0c011a0b893e073ef563cf59 (diff)
downloadFreeBSD-src-7acc81dc272a1077f560485a13fbcb516e880e34.zip
FreeBSD-src-7acc81dc272a1077f560485a13fbcb516e880e34.tar.gz
Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
driver for the Genius GS-4500 hand scanner. Submitted by: gusw@fub46.zedat.fu-berlin.de
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index ba42148..a91b0bd 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -71,8 +71,9 @@
# pcaudio PCM audio driver
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
+# gsc Genius GS-4500 hand scanner
#
-# $Id: MAKEDEV,v 1.60 1994/12/16 15:59:44 bde Exp $
+# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -649,6 +650,12 @@ vat)
chmod 660 vatio
;;
+gsc)
+ rm -f gsc0
+ mknod gsc0 c 47 0
+ chmod 666 gsc0
+ ;;
+
apm)
rm -f apm0
mknod apm0 c 39 0
OpenPOWER on IntegriCloud