11da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds#
201dd2fbf0da4019c380b6ca22a074538fb31db5aMatt LaPlante# USB Imaging devices configuration
31da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds#
41da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldscomment "USB Imaging devices"
51da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	depends on USB
61da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
71da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsconfig USB_MDC800
8528e4c12a7c141ce46641537fe7e3d7c29f68b8cRobert P. J. Day	tristate "USB Mustek MDC800 Digital Camera support"
9528e4c12a7c141ce46641537fe7e3d7c29f68b8cRobert P. J. Day	depends on USB
101da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	---help---
111da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Say Y here if you want to connect this type of still camera to
121da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  your computer's USB port. This driver can be used with gphoto 0.4.3
131da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  and higher (look at <http://www.gphoto.org/>).
141da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  To use it create a device node with "mknod /dev/mustek c 180 32" and
151da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  configure it in your software.
161da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
171da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  To compile this driver as a module, choose M here: the
181da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  module will be called mdc800.
191da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
201da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsconfig USB_MICROTEK
211da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	tristate "Microtek X6USB scanner support"
221da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	depends on USB && SCSI
231da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	help
241da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Say Y here if you want support for the Microtek X6USB and
251da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
261da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Support for anything but the X6 is experimental.
271da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Please report failures and successes.
281da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  The scanner will appear as a scsi generic device to the rest
291da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  of the system. Scsi support is required.
301da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  This driver can be compiled as a module, called microtek.
31