]> git.ipfire.org Git - people/ms/linux.git/commit
V4L: uvcvideo: Make input device support optional
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Tue, 22 Jul 2008 02:07:22 +0000 (22:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Aug 2008 19:43:08 +0000 (12:43 -0700)
commitdcdc61d2c15e9121550928a1a7dc0cf1616b83fc
treeefef07196d327d7cc1f7e4ee80b3c11a54228440
parent9dfab57400864516e63f2c811a194ca78fd01155
V4L: uvcvideo: Make input device support optional

(cherry picked from commit 6833c917b4de1757febdbf946d709ece6dc7a86f)

V4L: uvcvideo: Make input device support optional

UVC devices can report button events. The uvcvideo driver depends on
CONFIG_INPUT to report events to the input layer. This patch removes the hard
dependency by introducing a new CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV option.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/Kconfig
drivers/media/video/uvc/Kconfig [new file with mode: 0644]
drivers/media/video/uvc/uvc_status.c