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/u...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to