diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-03-08 03:04:05 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-24 21:16:43 -0700 |
commit | 528e4c12a7c141ce46641537fe7e3d7c29f68b8c (patch) | |
tree | 674f295e3fb32da5f7f08e8a9be326440a08529f /drivers/usb/image | |
parent | 1b75dc4de94e4e11ab22e284fc0853e21d1ac07a (diff) | |
download | linux-3.10-528e4c12a7c141ce46641537fe7e3d7c29f68b8c.tar.gz linux-3.10-528e4c12a7c141ce46641537fe7e3d7c29f68b8c.tar.bz2 linux-3.10-528e4c12a7c141ce46641537fe7e3d7c29f68b8c.zip |
USB: Remove EXPERIMENTAL designation from USB MDC800 support.
Since support for the USB Mustek MDC800 Digital Camera has apparently
been around since the beginning of the git repository, it's safe to
assume it's no longer experimental.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/image')
-rw-r--r-- | drivers/usb/image/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/image/Kconfig b/drivers/usb/image/Kconfig index 7595dfb38e3..33350f9dd34 100644 --- a/drivers/usb/image/Kconfig +++ b/drivers/usb/image/Kconfig @@ -5,8 +5,8 @@ comment "USB Imaging devices" depends on USB config USB_MDC800 - tristate "USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)" - depends on USB && EXPERIMENTAL + tristate "USB Mustek MDC800 Digital Camera support" + depends on USB ---help--- Say Y here if you want to connect this type of still camera to your computer's USB port. This driver can be used with gphoto 0.4.3 |