lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 5 May 2008 12:20:42 -0700 (PDT)
From:	"Randy.Dunlap" <rdunlap@...otime.net>
To:	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
cc:	stoth@...ppauge.com, v4l-dvb-maintainer@...uxtv.org,
	mchehab@...radead.org
Subject: [PATCH -next] multimedia/video: fix au0828 Kconfig

From: Randy Dunlap <randy.dunlap@...cle.com>

Fix undefined references in au0828:
  depends on USB and select VIDEO_TVEEPROM

ERROR: "tveeprom_hauppauge_analog" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "tveeprom_read" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_kill_urb" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_deregister" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_control_msg" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_submit_urb" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_register_driver" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_free_urb" [drivers/media/video/au0828/au0828.ko] undefined!
ERROR: "usb_alloc_urb" [drivers/media/video/au0828/au0828.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
 drivers/media/video/au0828/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- next-20080505.orig/drivers/media/video/au0828/Kconfig
+++ next-20080505/drivers/media/video/au0828/Kconfig
@@ -1,8 +1,9 @@
 
 config VIDEO_AU0828
 	tristate "Auvitek AU0828 support"
-       depends on VIDEO_DEV && I2C && INPUT && DVB_CORE
+	depends on VIDEO_DEV && I2C && INPUT && DVB_CORE && USB
 	select I2C_ALGOBIT
+	select VIDEO_TVEEPROM
 	select DVB_AU8522 if !DVB_FE_CUSTOMIZE
 	select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
 	---help---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ