Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2009 19:05:10 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187181 - in head/sys: amd64/conf i386/conf
Message-ID:  <200901131905.n0DJ5ARl012872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Tue Jan 13 19:05:10 2009
New Revision: 187181
URL: http://svn.freebsd.org/changeset/base/187181

Log:
  MFp4: //depot/projects/usb@155990
  
  	Add USB scanner support to USB2 config files.
  
  Submitted by: Hans Petter Selasky

Modified:
  head/sys/amd64/conf/USB2
  head/sys/i386/conf/USB2

Modified: head/sys/amd64/conf/USB2
==============================================================================
--- head/sys/amd64/conf/USB2	Tue Jan 13 19:04:58 2009	(r187180)
+++ head/sys/amd64/conf/USB2	Tue Jan 13 19:05:10 2009	(r187181)
@@ -108,3 +108,7 @@ device		usb2_input_ms
 
 # USB sound and MIDI device support
 #device		usb2_sound
+
+# USB scanner support
+device		usb2_image
+device		usb2_scanner

Modified: head/sys/i386/conf/USB2
==============================================================================
--- head/sys/i386/conf/USB2	Tue Jan 13 19:04:58 2009	(r187180)
+++ head/sys/i386/conf/USB2	Tue Jan 13 19:05:10 2009	(r187181)
@@ -108,3 +108,7 @@ device		usb2_input_ms
 
 # USB sound and MIDI device support
 #device		usb2_sound
+
+# USB scanner support
+device		usb2_image
+device		usb2_scanner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901131905.n0DJ5ARl012872>