Greg Kroah-Hartman | cae8dc3 | 2019-01-17 09:23:50 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 3 | # USB Imaging devices configuration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | # |
| 5 | comment "USB Imaging devices" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | config USB_MDC800 |
Robert P. J. Day | 528e4c1 | 2008-03-08 03:04:05 -0500 | [diff] [blame] | 8 | tristate "USB Mustek MDC800 Digital Camera support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | Say Y here if you want to connect this type of still camera to |
| 11 | your computer's USB port. This driver can be used with gphoto 0.4.3 |
| 12 | and higher (look at <http://www.gphoto.org/>). |
| 13 | To use it create a device node with "mknod /dev/mustek c 180 32" and |
| 14 | configure it in your software. |
| 15 | |
| 16 | To compile this driver as a module, choose M here: the |
| 17 | module will be called mdc800. |
| 18 | |
| 19 | config USB_MICROTEK |
| 20 | tristate "Microtek X6USB scanner support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 21 | depends on SCSI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | help |
| 23 | Say Y here if you want support for the Microtek X6USB and |
| 24 | possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L. |
| 25 | Support for anything but the X6 is experimental. |
| 26 | Please report failures and successes. |
| 27 | The scanner will appear as a scsi generic device to the rest |
| 28 | of the system. Scsi support is required. |
| 29 | This driver can be compiled as a module, called microtek. |