diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-20 14:27:34 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-20 14:27:34 +0000 |
commit | cc18e245ea95474eeddc071696fd3ee82acdc2e4 (patch) | |
tree | 7a9fdc80881c5f5946ca0830981943efa004eb78 /sys/dev/usb/files.usb | |
parent | cd625c9ed4d13a51a18655c873b22502f7ad625e (diff) |
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
No regression has been reported since libusb became the prefered
solution to work with USB scanners.
req. by mpi@
ok ian@ mpi@ miod@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index e210db08fd6..adf90c085e2 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.107 2013/08/20 09:14:17 mpi Exp $ +# $OpenBSD: files.usb,v 1.108 2013/08/20 14:27:33 ajacoutot Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -319,12 +319,6 @@ device uticom: ucombus attach uticom at uhub file dev/usb/uticom.c uticom -# Scanners -# Generic scanner support -device uscanner -attach uscanner at uhub -file dev/usb/uscanner.c uscanner needs-flag - # Prism3 WI @ USB attach wi at uhub with wi_usb file dev/usb/if_wi_usb.c wi_usb |