diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-16 19:40:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-16 19:40:18 +0000 |
commit | e56dab909cef08a4a526eb02af8a5bad1aee37e0 (patch) | |
tree | 318fbd6cd1085ef17c88d06f2ff50575a9724d7b /sys/arch/i386 | |
parent | 3f75f04e956228740ec1e7cd5b185d6623ced2b8 (diff) |
Driver for USB scanners; from NetBSD.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d85e11d84f1..d3f55da7f32 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.213 2000/11/10 09:39:37 niklas Exp $ +# $OpenBSD: GENERIC,v 1.214 2000/11/16 19:40:16 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -118,6 +118,9 @@ urio* at uhub? port ? uvisor* at uhub? port ? configuration ? ucom* at uvisor? +# USB Scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? |