Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Robert P. J. Day and committed by
Greg Kroah-Hartman
528e4c12 1b75dc4d

+2 -2
+2 -2
drivers/usb/image/Kconfig
··· 5 5 depends on USB 6 6 7 7 config USB_MDC800 8 - tristate "USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)" 9 - depends on USB && EXPERIMENTAL 8 + tristate "USB Mustek MDC800 Digital Camera support" 9 + depends on USB 10 10 ---help--- 11 11 Say Y here if you want to connect this type of still camera to 12 12 your computer's USB port. This driver can be used with gphoto 0.4.3