lkml.org 
[lkml]   [2009]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: linux-next: Tree for January 14 (multimedia/firesat-rc)
Randy Dunlap wrote:
> drivers/built-in.o: In function `input_report_key':
> firesat-rc.c:(.text+0x776f3): undefined reference to `input_event'
> drivers/built-in.o: In function `firesat_register_rc':
> (.text+0x777af): undefined reference to `input_allocate_device'
> drivers/built-in.o: In function `firesat_register_rc':
> (.text+0x7781c): undefined reference to `input_register_device'
> drivers/built-in.o: In function `firesat_register_rc':
> (.text+0x77834): undefined reference to `input_free_device'
> drivers/built-in.o: In function `firesat_unregister_rc':
> (.text+0x7779d): undefined reference to `input_unregister_device'
>
> config attached.
...
> # Input device support
> #
> # CONFIG_INPUT is not set

Thanks. firesat a.k.a. firedtv lives currently in linux1394-2.6.git.


From: Stefan Richter <stefanr@s5r6.in-berlin.de>
Subject: firedtv: add missing dependency on CONFIG_INPUT

Fix build error \
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>

Perhaps we should make the remote control part of firedtv modular so
that the driver can be built without input support. But it's not very
likely that anybody would have use for such a constellation.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---

I need to fold it into "DVB: add firesat driver" before I submit the
driver for mainline merge.

drivers/media/dvb/firesat/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/drivers/media/dvb/firesat/Kconfig
===================================================================
--- linux.orig/drivers/media/dvb/firesat/Kconfig
+++ linux/drivers/media/dvb/firesat/Kconfig
@@ -1,6 +1,6 @@
config DVB_FIREDTV
tristate "FireDTV (FireWire attached DVB receivers)"
- depends on DVB_CORE && IEEE1394
+ depends on DVB_CORE && IEEE1394 && INPUT
help
Support for DVB receivers from Digital Everywhere, known as FireDTV
and FloppyDTV, which are connected via IEEE 1394 (FireWire).

--
Stefan Richter
-=====-==--= ---= -===-
http://arcgraph.de/sr/


\
 
 \ /
  Last update: 2009-01-14 23:05    [W:0.058 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site