summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 14:57:55 -0700
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 14:57:55 -0700
commitb64197b551660377c1e6985c549258ab7b392187 (patch)
treee150d5dc3cf3e0753b5802c34954dad2bb68fff9
parent5b5b3ec90de6979247cb25370a466355482e26d2 (diff)
downloadmediapointer-dvb-s2-b64197b551660377c1e6985c549258ab7b392187.tar.gz
mediapointer-dvb-s2-b64197b551660377c1e6985c549258ab7b392187.tar.bz2
UVC: uvc_status_cleanup(): undefined reference to `input_unregister_device'
From: Randy Dunlap <randy.dunlap@oracle.com> Fix build errors when USB_VIDEO_CLASS=y and INPUT=m. Fixes kernel bugzilla #12671. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--linux/drivers/media/video/uvc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/uvc/Kconfig b/linux/drivers/media/video/uvc/Kconfig
index c2d9760de..2956a7637 100644
--- a/linux/drivers/media/video/uvc/Kconfig
+++ b/linux/drivers/media/video/uvc/Kconfig
@@ -9,7 +9,7 @@ config USB_VIDEO_CLASS
config USB_VIDEO_CLASS_INPUT_EVDEV
bool "UVC input events device support"
default y
- depends on USB_VIDEO_CLASS && INPUT
+ depends on USB_VIDEO_CLASS=INPUT || INPUT=y
---help---
This option makes USB Video Class devices register an input device
to report button events.