svn commit: r187181 - in head/sys: amd64/conf i386/conf

Andrew Thompson thompsa at FreeBSD.org
Tue Jan 13 11:05:12 PST 2009


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 at 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


More information about the svn-src-all mailing list