diff options
author | Michael Hunold <devnull@localhost> | 2003-03-28 09:38:08 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-03-28 09:38:08 +0000 |
commit | 991678667ab5da02f1999db4ae4ece46070a0cd4 (patch) | |
tree | 0e3ed4fdd3ee0b7d4130c666877c21e5260bce32 /linux/drivers/media/dvb | |
parent | 5c0a833c3a721eb50a47d5882ce392fdc1a06115 (diff) | |
download | mediapointer-dvb-s2-991678667ab5da02f1999db4ae4ece46070a0cd4.tar.gz mediapointer-dvb-s2-991678667ab5da02f1999db4ae4ece46070a0cd4.tar.bz2 |
A whole bunch of small changes all over the place:
makelinks: adjust the script for the upcoming kernel patches
driver.mxb: prevent the tuner module from probing unnecessary i2c addresses
getlinks: put symlinks for the header files to the right place(TM)
videodev.c: add a verbose error message just for the case that a user
has compiled the v4l module into the kernel
media/Kconfig: the dpc driver does not the tuner module
saa7146_hlp.c: honour the swapped field order for av7110 based cards
in capture mode, too
saa7146_video.c: add some verbose messages for the v4l2 controls
mxb.c: hopefully fix the detection and initialization of the sound arena module
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_ksyms.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c b/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c index a9cf86ba7..b4e9ce7d2 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c +++ b/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c @@ -13,7 +13,10 @@ /* if the miracle happens and "generic_usercopy()" is included into - the kernel, then this can vanish... */ + the kernel, then this can vanish. please don't make the mistake and + define this as video_usercopy(). this will introduce a dependecy + to the v4l "videodev.o" module, which is unnecessary for some + cards (ie. the budget dvb-cards don't need the v4l module...) */ int dvb_usercopy(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg, int (*func)(struct inode *inode, struct file *file, |